- 31
- Posts
- 17
- Years
- Seen Apr 27, 2016
ok im having a problem with this script
Wen i go and talk to the girl if i say yes the game frezzes. and if i say no it says put ???????? in iteams poket??
Code:
#dynamic 0x80000C
'-----------------------
#org 0x800000
lock
faceplayer
checkflag 0x299
if 0x1 goto 0x8800029
msgbox 0x8800055 '"I Cant take \ncare of my \nBULBASAU..."
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x8800034
msgbox 0x88000C4 '"IIm sure somebody else would\nlike ..."
callstd 0x6
release
end
'-----------------------
#org 0x800029
msgbox 0x880008F '"Hows my Bulbasuar doing?"
callstd 0x6
release
end
'-----------------------
#org 0x800034
givepokemon 0x1 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x88000A9 '"You received a Bulbasaur."
callstd 0x6
waitfanfare
setflag 0x299
release
end
'---------
' Strings
'---------
#org 0x800055
= I cant take care of my \pBULBASAUR.\pYou can have it.
#org 0x8000C4
= Im sure somebody else would\nlike to have it.
#org 0x80008F
= Hows my Bulbasuar doing?
#org 0x8000A9
= You received a Bulbasaur.
Wen i go and talk to the girl if i say yes the game frezzes. and if i say no it says put ???????? in iteams poket??