- 23
- Posts
- 17
- Years
- Calgary, AB
- Seen Apr 10, 2012
I got my script that gives the player the Poliwhirl working but the script that tells the player that they forgot the Poliwhirl isn't. The player is just walking through the script box stopping for about half a second then nothing happens.
Heres the script in PKSV if you want it.
Heres the script in PKSV if you want it.
Code:
#org 0x880084D
'-----------------------------------
lockall
msgbox 0x880087C ' Oops!\nI forgot my P...
applymovement 0x1 0x880087A ' say_! end
pauseevent 0x0
cleartrainerflag 0x7070
release
addpokemon 0x6F6D 118 0x6D65 0x6F 0x3120746E 0x6F6D2420
hidepokepic
spritebehave 0x2032 0x51
nop0 ' #raw 0x0
nop0 ' #raw 0x0
release
end
#org 0x880087C
= Oops!\nI forgot my POLIWHIRL on the\ltable.
#org 0x880087A
M say_! end
Last edited: