- 21
- Posts
- 12
- Years
- Seen Apr 20, 2013
Hi, i made the following code to get the AuroraTicket and clear the flag (so that the Vermillion sailor will let me go to Birth Island). However it didn't work.
What did i do wrong? Thanks.
Code:
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x200
if 0x1 goto @done
msgbox @1 0x5
compare 0x800D 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end
#org @done
msgbox @3 0x6
release
end
#org @take
giveitem 0x173 0x1 MSG_OBTAIN
msgbox @3 0x6
setflag 0x200
clearflag 0x2F1
release
end
#org @1
= Hi!\pWould you like an AURORA TICKET?.\pIt will allow access to BIRTH ISLAND.
#org @2
= That's okay. I'm sure someone\nelse will enjoy it.
#org @3
= I knew you would want it.
Last edited: