Reply to Re: exploding barrel trouble
If you don't have an account, just leave the password field blank.
Try this script for the barrel:
void hit( void )
{
int &holder = sp_seq(&missile_source, -1);
say(&holder, ¤t_sprite);
//And just to check...
int &holder = sp_pseq(&missile_source, -1);
say(&holder, 1);
}
This should tell you a little more about what's going on.
void hit( void )
{
int &holder = sp_seq(&missile_source, -1);
say(&holder, ¤t_sprite);
//And just to check...
int &holder = sp_pseq(&missile_source, -1);
say(&holder, 1);
}
This should tell you a little more about what's going on.






