The Dink Network

Reply to Re: Debug Message

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 9th 2008, 01:59 AM
spike.gif
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)