Megiddo-san
Barium - Summer '12 Return?
- 1,308
- Posts
- 17
- Years
- Age 33
- Where you least expect it
- Seen Feb 15, 2016
Open for answer.
Post scripting questions in the script help thread.
Spoiler:'-----------------------
#Dynamic 0x800000
#org 0x800000
lock
faceplayer
checkflag 0x200
if B_true goto @gotit
message @recived
boxset 6
givepokemon 0x7 0x5 0x0 0x0 0x0 0x0
setflag 0x200
release
end
#ORG @gotit
message @speak
boxset 6
release
end
#ORG @recived
= Take this.
#ORG @speak
= Take good care of Squirtle.
I'm using XSE, and whenver I recieve the PKMN, there is no text, and you can take the pokemon over and over again. How do I fix this?
Post scripting questions in the script help thread.