Posts: 618
Threads: 31
Joined: Feb 2011
Reputation:
0
on top of the script put this;
#define DIALOG_TELE 5 (or any other number as long as you dont have another dialog with the same number)
new Abondonado;
then if theres more error ,show those and with more code from the dialog
Posts: 83
Threads: 4
Joined: Jan 2014
Reputation:
0
By the erros I asume you have not defined a dialog. And also, line 49 is too long, try to shorten it.
Instead of DIALOG_TELE you can use the number 0 or whichever you'd like, or you can define it by putting #define DIALOG_TELE 0 on the top of the script.