Reply to Re: Blockingscript
If you don't have an account, just leave the password field blank.
I found another one.
THis one I do use I don't see the fence and when I touch it it says something.
//If you want the fence to go away then this works.
void main (void)
{
if (&story <= 3)
{
sp_touch_damage(¤t_sprite, -1);
sp_nodraw(¤t_sprite, 1);
}
}
void touch (void)
{
say("I am not ready yet.", 1);
move_stop(1, 8, 74, 1);
}
THis one I do use I don't see the fence and when I touch it it says something.
//If you want the fence to go away then this works.
void main (void)
{
if (&story <= 3)
{
sp_touch_damage(¤t_sprite, -1);
sp_nodraw(¤t_sprite, 1);
}
}
void touch (void)
{
say("I am not ready yet.", 1);
move_stop(1, 8, 74, 1);
}






