The Dink Network

Reply to Re: Picking stuff up so it never comes back

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:
 
 
October 3rd 2010, 01:49 PM
spike.gif
It probably doesn't work because of script_attach(1000);. The script isn't attached to the wall sprite anymore, so you can't kill the wall sprite by using &current_sprite.

Try moving script_attach(1000); right after sp_kill(&current_sprite,1);.