|
I need some help.
I tried scripting so some random guy would give me Celebi, and after giving me the Celebi, he would say "Dude, stop cheating and catch some yourself." I talked to him (for the first time), and he did the latter! Can somebody help me?
#Dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x828
if 0x0 goto @give
if 0x1 goto @sry
release
end
#org @give
givepokemon 0x251 0x50 0x0 0x0 0x0 0x0
fanfare 0x13E
waitfanfare
setflag 0x828
msgbox @yay
boxset 0x6
release
end
#org @sry
msgbox @sorry
boxset 0x6
end
#org @yay
= Whoa! This weird guy gave you a CELEBI!
#org @sorry
= Dude, stop cheating and catch some \nyourself.
|