The Dink Network

Reply to Re: sp_target

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 6th 2006, 06:45 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
void main(void)
{
int &last_target = 1000;
}

void hit(void)
{
if (&enemy_sprite != 1)
{
&last_target = &enemy_sprite;
}
sp_target(&current_sprite, &last_target);
}