The Dink Network

Reply to Re: FB1 Bugs - specifically screenlock issues

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:
 
 
January 17th 2006, 12:13 PM
anon.gif
Arik
Ghost They/Them
 
I figured that you'd be relearning stuff - it only takes a couple of months before you go back to look at your own scripts and think "buh?", I find

I like the random enemies too. I'm pretty sure the problem is in the use of sp_disabled to stop the sprite. Disabling the sprite will it from moving, but according the the DinkC reference the script still runs, which means they're still brain 9 and they're still counted as live enemies by the screenlock script. Seriously, try replacing the sp_disabled commands with
sp_active(&current_sprite, 0);
That'll remove the sprite entirely, so I'm 99% sure that will work. Although if using an sp_kill command didn't work then maybe not. Hmm.

I'll have a quick run through the game either tonight or tomorrow. If you don't mind being harassed a little with more bugs, that is