The Dink Network

Reply to Re: Some problem

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:
 
 
December 6th 2005, 05:36 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Give them the same script, but a different unused stat (eg strength, defense), and add the following script:

void main( void )
{
int &crap = sp_defense(&current_sprite, -1);
sp_brain(&current_sprite, &crap);
}

or sp_strength instead of sp_defense, depends on what you're using.