Reply to Re: Debug Message
If you don't have an account, just leave the password field blank.
Yes, trying to help is a hell of a lot easier when you know what is wrong.
It seems your first move_stop command is broken:
move_stop(1, 325, 415, 1);
I'm guessing the script gets stuck there, and never even loads the next screen.
EDIT: It seems to be the case for most of your other move_stops as well... The command doesn't work like that: The second variable should be the direction in which Dink moves. (A number between 1-9, like in numpad)
move_stop(1, 325, 415, 1);
I'm guessing the script gets stuck there, and never even loads the next screen.
EDIT: It seems to be the case for most of your other move_stops as well... The command doesn't work like that: The second variable should be the direction in which Dink moves. (A number between 1-9, like in numpad)








