• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] Aion hurt himself in confusion...

  • 24
    Posts
    10
    Years
    • Seen May 23, 2025
    Okay so I'm still trying to get my Give Pikachu script to work...and no luck... I press A to talk to the guy to initiate the script...and nothing happens.. it just beeps when I press A and thats it... What the hell is happening >:( Heres is the script attached to him



    #org 0x886B6CC
    '-----------------------------------
    #raw 0xFF
    lock
    faceplayer
    checkflag 0x1200
    if true jump 0x886B6F1 ' Flag is set
    msgbox 0x886B714 ' Hey there!\pYou seem...
    compare LASTRESULT 0x1
    if == jump 0x886B6F9 ' Equal To
    msgbox 0x886B759 ' Oh? That's too bad.\...
    release
    end

    #org 0x886B6F1
    '-----------------------------------
    msgbox 0x886B809 ' How's that pikachu d...
    release
    end

    #org 0x886B6F9
    '-----------------------------------
    msgbox 0x886B790 ' Oh! That's GREAT!\pH...
    fanfare 0x13E
    msgbox 0x886B7F2 ' \v\h01 recieved a PI...
    waitfanfare
    setflag 0x1200
    msgbox 0x886B7AF ' Thanks again! I thin...
    release
    end


    #org 0x886B714
    = Hey there!\pYou seem like a nice person!\nWould you like this Pikachu?

    #org 0x886B759
    = Oh? That's too bad.\pCome back if you change your mind.

    #org 0x886B809
    = How's that pikachu doing?\nHopefully good.

    #org 0x886B790
    = Oh! That's GREAT!\pHere you go!

    #org 0x886B7F2
    = \v\h01 recieved a PIKACHU!

    #org 0x886B7AF
    = Thanks again! I think it will have\nmore fun with you than with me.
     
    msgbox 0x886B790 ' Oh! That's GREAT!\pH...
    fanfare 0x13E
    givepolemon 0x(pokemon species number in hex) 0x(level of pkmn) 0x(item to hold) 0x0 0x0 0x0
    msgbox F2 ' \v\h01 recieved a PI...
    you haven't used givepokemon command there.So,you will never get a pokemon..
     
    Oops.. forgot to put that rofl.. thought i did XD

    EDIT: Added that in..still nothing

    try adding in a "callstd 0x3" directly after the msgbox command(s)
     
    It was compiled with PKSV

    I am not familiar with PKSV scripting language.But,PKSV has a script generator.So,make sample givepokemon script through script generator and then see how givepokemon is done in PKSV.Then I think you will figure out yourself how it is done
     
    The problem is quite simple actually, I'm not familiarized with PKSV's language, but I think you forgot the callstd commands after every msgbox.
     
    Back
    Top