The Dink Network

Reply to sp_target() bug

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 21st 2005, 05:32 PM
spike.gif
Using sprite numbers for targetting:

sp_target(&current_sprite, ##);
makes it target sp(##); -1

For example:

sp_target(&current_sprite, 13);
actually does
sp_target(&current_sprite, 12);