• 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.

[Other] XSE giving Error

  • 27
    Posts
    9
    Years
    I want it to give me a murkrow but it's some how a latios when you recive the pokemon
    heres the script:
    #dynamic 0x800000

    #org @start
    checkflag 0x828
    if 0x1 goto @done
    msgbox @1 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @take
    msgbox @2 0x6
    release
    end

    #org @take
    givepokemon 0x198 0x5 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 0x1
    fadescreen 0x0
    hidesprite 0x800F
    setflag 0x200
    release
    end
    release
    end

    #org @name
    call 0x1A74EB
    return

    #org @done
    msgbox @6 0x6
    release
    end

    #org @1
    = A pokeball should i take it?

    #org @2
    = Meh

    #org @3
    = [black_fr]You received a Murkrow!

    #org @4
    = [black_fr]Would you like to give a\nnickname to Murkrow?

    #org @5
    = Please take care of\nMurkrow From:Dad.

    #org @6
    = I better take this pokeball\nnow
    fadescreen 0x1
    fadescreen 0x0
    hidesprite 0x800F
    setflag 0x200
    release
    end

    I really need this to be fixed so can anyone please help fix my problem
     

    Danny0317

    Fluorite's back, brah
  • 1,067
    Posts
    10
    Years
    • Age 24
    • Seen Nov 19, 2023
    Guys, you don't HAVE to, you could just not type the 0x before it.
     
    Back
    Top