• 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.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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!
  • 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.

[Script] Signpost Event Problem.

  • 20
    Posts
    7
    Years
    • Seen Mar 12, 2025
    Hello everyone.

    My signpost event is not working. I'm clicking in the signpost in game and don't react with it. I don't know why this is happen, the scripts is working fine and behavior bytes too.

    Someone can help-me?
     
    Last edited:
    Can you show your script and script setup in AdvanceMap?
     
    Can you show your script and script setup in AdvanceMap?

    see it:

    '---------------
    #org 0x808B78
    msgbox 0x8808B83 MSG_SIGN '"Solaris City\n<- Route 3\lRoute 4 ..."
    release
    end


    '---------
    ' Strings
    '---------
    #org 0x808B83
    = Solaris City\n<- Route 3\lRoute 4 ->\lRoute 5 ->

    ------------------

    All signposts are like this, do not interact.
     

    Attachments

    • [PokeCommunity.com] Signpost Event Problem.
      000.png
      7 KB · Views: 4
    Found the problem.

    Spoiler:

    The msgbox command is not pointing to your message offset (the offset in the main script has an extra 8).

    I removed the extra 8 and tested it, and it is now working fine for me.
     
    Found the problem.

    Spoiler:

    The msgbox command is not pointing to your message offset (the offset in the main script has an extra 8).

    I removed the extra 8 and tested it, and it is now working fine for me.

    Sorry, it won't worked for me. Another thing, hidden items don't work too.
    Can you help me?
     
    Back
    Top