• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

HELP Error 13 mismatch XSE

1
Posts
4
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.
     
    Back
    Top