notbob
ZE ULTIMATE POWA
- 80
- Posts
- 16
- Years
- Woodridge, IL
- Seen Jun 9, 2009
I slightly fixed the script, but I can't overwrite the old one:
Spoiler:
#dynamic 0x800000
#org @start
checkflag 0x1
if 0x0 goto @hey
goto @goout
end
#org @hey
lock
msgbox @icant MSG_NORMAL
applymovement 0x04 @face
waitmovement 0x0
goto @ask
end
#org @icant
= OAK: I don't believe this.\nHe took all of the Pokemon...
#org @face
#raw 0x00
#raw 0xFE
#org @ask
msgbox @can MSG_YESNO
if 0x1 goto @ty
goto @please
end
#org @goout
lock
msgbox @gomsg MSG_NORMAL
checkitem 0x15D 0x1
compare 0x800D 0x1
if 0x1 goto @takeitem
release
end
#org @ty
msgbox @tymsg MSG_NORMAL
setflag 0x1
release
end
#org @takeitem
msgbox @takeitmmsg MSG_YESNO
if 0x1 goto @tyreward
goto @plz
release
end
#org @plz
msgbox @plzmsg MSG_NORMAL
goto @takeitem
release
end
#org @tyreward
removeitem 0x15D 0x1
msgbox @tyrewardmsg MSG_NORMAL
closeonkeypress
setflag 0x829
giveitem 0x4 0x5 MSG_OBTAIN
release
end
#org @tyrewardmsg
= OAK: Thank you, here's a\nPokedex.\pOh! Also, here's some Pokeballs!
#org @plzmsg
= OAK: Please, I need them for\nother trainers.
#org @takeitmmsg
= OAK: You have the Pokemon! Can\nyou give them to me?
#org @gomsg
= OAK: Go out and get back the\nPokemon!
#org @tymsg
= OAK: Thank you. I will repay you\nin some way.
#org @can
= OAK: Can you retrieve the\nstolen Pokemon for me?
#org @please
msgbox @pleasemsg MSG_NORMAL
goto @ask
#org @pleasemsg
= OAK: Please, I'm begging you!
#org @start
checkflag 0x1
if 0x0 goto @hey
goto @goout
end
#org @hey
lock
msgbox @icant MSG_NORMAL
applymovement 0x04 @face
waitmovement 0x0
goto @ask
end
#org @icant
= OAK: I don't believe this.\nHe took all of the Pokemon...
#org @face
#raw 0x00
#raw 0xFE
#org @ask
msgbox @can MSG_YESNO
if 0x1 goto @ty
goto @please
end
#org @goout
lock
msgbox @gomsg MSG_NORMAL
checkitem 0x15D 0x1
compare 0x800D 0x1
if 0x1 goto @takeitem
release
end
#org @ty
msgbox @tymsg MSG_NORMAL
setflag 0x1
release
end
#org @takeitem
msgbox @takeitmmsg MSG_YESNO
if 0x1 goto @tyreward
goto @plz
release
end
#org @plz
msgbox @plzmsg MSG_NORMAL
goto @takeitem
release
end
#org @tyreward
removeitem 0x15D 0x1
msgbox @tyrewardmsg MSG_NORMAL
closeonkeypress
setflag 0x829
giveitem 0x4 0x5 MSG_OBTAIN
release
end
#org @tyrewardmsg
= OAK: Thank you, here's a\nPokedex.\pOh! Also, here's some Pokeballs!
#org @plzmsg
= OAK: Please, I need them for\nother trainers.
#org @takeitmmsg
= OAK: You have the Pokemon! Can\nyou give them to me?
#org @gomsg
= OAK: Go out and get back the\nPokemon!
#org @tymsg
= OAK: Thank you. I will repay you\nin some way.
#org @can
= OAK: Can you retrieve the\nstolen Pokemon for me?
#org @please
msgbox @pleasemsg MSG_NORMAL
goto @ask
#org @pleasemsg
= OAK: Please, I'm begging you!