The Dink Network

Reply to Re: Script Problem?

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 5th 2008, 07:38 PM
spike.gif
Why, for the love of DinkC, would you think that part is necessary? If removing those lines doesn't work, try putting the sp_dir(); commands on separate lines.

if (sp_dir(1,-1) == 1)
sp_dir(1,2);
if (sp_dir(1,-1) == 3)
sp_dir(1,2);
if (sp_dir(1,-1) == 7)
sp_dir(1,8);
if (sp_dir(1,-1) == 9)
sp_dir(1,8);

Also remove the load_sequence(); lines, unless you actually have other graphics that you want to replace when this item is armed. (Even then, you should use init(); )