Reply to Re: Blockingscript
If you don't have an account, just leave the password field blank.
If you want the fence to go away then this works.
if (&story == 3)
{
sp_hard(¤t_sprite, 1);
draw_hard_map(¤t_sprite);
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
{
//this was placed by the editor, lets make the barrel stay flat
editor_type(&hold, 1);
}
sp_active(¤t_sprite, 0);
}
if (&story == 3)
{
sp_hard(¤t_sprite, 1);
draw_hard_map(¤t_sprite);
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
{
//this was placed by the editor, lets make the barrel stay flat
editor_type(&hold, 1);
}
sp_active(¤t_sprite, 0);
}






