DemonParia
Gangsterfresh Swagmaster
- 104
- Posts
- 16
- Years
- Seen Oct 6, 2015
Ugh! I've been working on this for a while. I'm using XSE (XSE is AWESOME) and put this script on it. However, it reports an error on the line 'givepokemon 3 100 1'. This is the full script:
#dynamic 0x2E4FB7
#org @begin
lock
faceplayer
checkflag 0x200
if B_true goto @done
message @person
boxset 6
givepokemon 3 100 1
setflag 0x200
release
end
#org @done
message @person2
boxset 6
release
end
#org @person
@person = Ah! Hello, NIKOLAI. The POKéMON\nyou wanted is here.\pTake it, and deposit the money\nlater.
#org @person2
@person2 = Wait! You're not NIKOLAI!\pHmm. The POKéMON seems to like you.\nI guess you can keep it.
I just want to know if I'm using the right givepokemon thing.
#dynamic 0x2E4FB7
#org @begin
lock
faceplayer
checkflag 0x200
if B_true goto @done
message @person
boxset 6
givepokemon 3 100 1
setflag 0x200
release
end
#org @done
message @person2
boxset 6
release
end
#org @person
@person = Ah! Hello, NIKOLAI. The POKéMON\nyou wanted is here.\pTake it, and deposit the money\nlater.
#org @person2
@person2 = Wait! You're not NIKOLAI!\pHmm. The POKéMON seems to like you.\nI guess you can keep it.
I just want to know if I'm using the right givepokemon thing.
Last edited: