• 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] Pokescript problems

  • 6
    Posts
    9
    Years
    • Seen Aug 23, 2014
    sorry i bet this is blatantly obvious, but i can't see what the problem is.

    ok so i have a script to make a person give me a town map, but pokescript is not compiling it. it comes up with the attatched image, which is basically a blank LOG (Instant) screen. I have tried compiling my other working scripts with different offsets, but it still doesnt work :/

    I don't think the script is the problem but this is the script
    #org $wifey
    lock
    faceplayer
    checkflag 0x200
    if b_true goto $done
    message $1
    boxset 5
    compare LASTRESULT 0x1
    if b_true goto $take
    message $2
    boxset 6
    release
    end

    #org $done
    message $3
    boxset 6
    release
    end

    #org $take
    giveitem 13 1
    message $4
    boxset 6
    setflag 0x200
    release
    end

    #org $1
    $1 1 =I like you more than my husband\n\v\h06.\pWould you like this town map?

    #org $2
    $2 1 =That's okay, I'm sure someone\nelse might ENJOY it.

    #org $3
    $3 1 =I hope you beat \v\h06 to your goal.

    #org $4
    $4 1 =\v\h01 recieved the TOWN MAP\nfrom \v\h06's wife.
     
    Last edited:

    machomuu

    Stuck in Hot Girl Summer
  • 10,507
    Posts
    16
    Years
    It'd be much more beneficial for you to move over to XSE. It's easier, more capable, and people actually know how to use it nowadays. Pokescript was an earlygame third gen script editor that is currently unsupported and is only usable with the help of videos and the rare guide, but you'll get much more support with XSE.

    EDIT: Saw this - https://www.pokecommunity.com/showpost.php?p=8388149&postcount=2

    So I'll assume you've solved your problem already.
     
    Back
    Top