Reply to Re: Touch procedure doesn't work
If you don't have an account, just leave the password field blank.
void main( void )
{
preload_seq(452);
sp_touch_damage(¤t_sprite, -1);
}
You need to add this.
{
preload_seq(452);
sp_touch_damage(¤t_sprite, -1);
}
You need to add this.
