Reply to Re: Some problem
If you don't have an account, just leave the password field blank.
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(¤t_sprite, -1);
sp_brain(¤t_sprite, &crap);
}
or sp_strength instead of sp_defense, depends on what you're using.
void main( void )
{
int &crap = sp_defense(¤t_sprite, -1);
sp_brain(¤t_sprite, &crap);
}
or sp_strength instead of sp_defense, depends on what you're using.