• 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] Scripting

LeiAlcantara025

Hack Expert Most IN Mapping
67
Posts
9
Years
    • Seen Nov 8, 2019
    hello guys can someone give me a script for my hack please its kinda easy but for me its kinda hard to construct that kind of script making me dizzy please heres the plot im from upstairs and go downstairs and mom call for me and let me choose 3 pokemon also gives me a pokeball and a dex im really dizzy about flags im so sorry but ill get the hang of it please help me in my crisis
     

    Lance32497

    LanceKoijer of Pokemon_Addicts
    792
    Posts
    9
    Years
  • #dynamic 0xFreeSpace

    #org @start
    lockall
    setvar 0xVAR 0xNextVAL
    applymovement 0xMomOW @mov
    waitmovement 0xMomOW
    applymovement 0xFF @mov2
    waitmovement 0xFF
    msgbox @callmom 0x6
    multichoice 0xe 0x0 0xMultichoicenum. 0x1
    compare 0x800D 0x0
    if 0x1 goto @option1
    compare 0x800D 0x1
    if 0x1 goto @option2
    compare 0x800D 0x2
    if 0x1 goto @option3
    releaseall
    end

    #org @option1
    msgbox @give 0x4
    givepokemon 0x1 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare 0x6
    release
    end

    #org @okay
    call 0x1A74EB
    return

    #org @option2
    msgbox @give2 0x4
    givepokemon 0x4 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive2 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare2 0x6
    release
    end

    #org @option3
    msgbox @give3 0x4
    givepokemon 0x7 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive3 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare 0x6
    release
    end
     

    LeiAlcantara025

    Hack Expert Most IN Mapping
    67
    Posts
    9
    Years
    • Seen Nov 8, 2019
    #dynamic 0xFreeSpace

    #org @start
    lockall
    setvar 0xVAR 0xNextVAL
    applymovement 0xMomOW @mov
    waitmovement 0xMomOW
    applymovement 0xFF @mov2
    waitmovement 0xFF
    msgbox @callmom 0x6
    multichoice 0xe 0x0 0xMultichoicenum. 0x1
    compare 0x800D 0x0
    if 0x1 goto @option1
    compare 0x800D 0x1
    if 0x1 goto @option2
    compare 0x800D 0x2
    if 0x1 goto @option3
    releaseall
    end

    #org @option1
    msgbox @give 0x4
    givepokemon 0x1 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare 0x6
    release
    end

    #org @okay
    call 0x1A74EB
    return

    #org @option2
    msgbox @give2 0x4
    givepokemon 0x4 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive2 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare2 0x6
    release
    end

    #org @option3
    msgbox @give3 0x4
    givepokemon 0x7 0x5 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @receive3 0x4
    waitfanfare
    closeonkeypress
    setflag 0x828
    msgbox @nickname 0x5
    compare LASTRESULT 0x1
    if 0x1 call @okay
    msgbox @takecare 0x6
    release
    end

    thanks really helpful Lance i expect no more
     
    Back
    Top