Reply to Re: Player map not changing
If you don't have an account, just leave the password field blank.
nsgate script - attatch to a barrier you dont want him to pass
Change this - ¤t_sprite- to ¤t_sprite it messes up when i past stuff in there grrrrr
void main(void)
{
if (&story < 1)
{
sp_nodraw(¤t_sprite, 0);
sp_touch_damage(¤t_sprite, -1);
}
if (&story >= 2)
{
sp_nodraw(¤t_sprite, 1);
sp_hard(¤t_sprite, 1);
draw_hard_sprite(¤t_sprite);
}
}
void touch(void)
{
if(&story < 2)
{
say("I can't get past.", 1);
move_stop(1, 8, 64, 1);
freeze(1);
unfreeze(1);
}
Change this - ¤t_sprite- to ¤t_sprite it messes up when i past stuff in there grrrrr






