- 1
- Posts
- 5
- Years
- Seen Jul 20, 2022
Someone Can help me with this script ( Error 13 mismatch on line 7 and 20) XSE
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end
#org @take
givepokemon 0x169 0x1E 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @5 0x6
fadescreen 1
setflag 0x1122
hidesprite 0x800F
fadescreen 0
release
end
#org @name
call 0x1A74EB
return
#org @1
= Hello.\nCould you take care of this monster?
#org @2
= That's okay.\pI'm sure someone else will\ntake it.
#org @3
= [black_fr]You received a GHOSTFREAK!
#org @4
= [black_fr]Would you like to give a\nnickname to GHOSTFREAK?
#org @5
= Watch out.
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end
#org @take
givepokemon 0x169 0x1E 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @5 0x6
fadescreen 1
setflag 0x1122
hidesprite 0x800F
fadescreen 0
release
end
#org @name
call 0x1A74EB
return
#org @1
= Hello.\nCould you take care of this monster?
#org @2
= That's okay.\pI'm sure someone else will\ntake it.
#org @3
= [black_fr]You received a GHOSTFREAK!
#org @4
= [black_fr]Would you like to give a\nnickname to GHOSTFREAK?
#org @5
= Watch out.