The Dink Network

Reply to Re: Dieing Ducks and Pigs

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 30th 2004, 06:15 AM
slayer.gif
MadStalker
Peasant He/Him Finland
tag line 
//Piggie

void main( void )
{
sp_brain(&current_sprite, 4);
sp_base_walk(&current_sprite, 40);
sp_speed(&current_sprite, 1);
sp_timing(&current_sprite, 66);
sp_hitpoints(&current_sprite, 5);
}

void die( void )
{
int &hold = sp_editor_num(&current_sprite);
if (&hold != 0)
editor_type(&hold, 1);
}