The Dink Network

Reply to Re: help with object moving script

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:
 
 
September 10th 2006, 12:16 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
Well, after you call one procedure, it is executed and the initial procedure is continued. Try to use a return after each procedure call, like this:

if (&x_cor == &start_cor)
{
if (&my_dir == 6)
{
move_away();
return;
}
}