- 4
- Posts
- 12
- Years
- Seen May 22, 2013
ok thnx for helping me with the script but now when i do have the badge he disappears and then respawns as soon as i step one foot, I want to make him go away forever and I think I set my flags correctly :/
Spoiler:
'---------------
#org 0x2F6583
lock
faceplayer
checkflag 0x820
if 0x1 goto 0x82F65B4
msgbox 0x82F678C MSG_FACE '"You can't pass\p there have been \..."
release
end
'---------------
#org 0x2F65B4
msgbox 0x82F67E9 MSG_FACE '"That badge! ok you can go,\nbut be..."
waitmsg
fadescreen 0x3
closeonkeypress
hidesprite LASTTALKED
fadescreen 0x2
setflag 0x209
release
end
#org 0x2F6583
lock
faceplayer
checkflag 0x820
if 0x1 goto 0x82F65B4
msgbox 0x82F678C MSG_FACE '"You can't pass\p there have been \..."
release
end
'---------------
#org 0x2F65B4
msgbox 0x82F67E9 MSG_FACE '"That badge! ok you can go,\nbut be..."
waitmsg
fadescreen 0x3
closeonkeypress
hidesprite LASTTALKED
fadescreen 0x2
setflag 0x209
release
end