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

[Script] Signpost Event Problem.

20
Posts
6
Years
    • Seen Oct 9, 2023
    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:

    Karl

    Creator of [b]Pokémon Darkfire[/b]
    168
    Posts
    13
    Years
    • Seen May 8, 2024
    Can you show your script and script setup in AdvanceMap?
     
    20
    Posts
    6
    Years
    • Seen Oct 9, 2023
    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

    • 000.png
      000.png
      7 KB · Views: 4

    Karl

    Creator of [b]Pokémon Darkfire[/b]
    168
    Posts
    13
    Years
    • Seen May 8, 2024
    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.
     
    20
    Posts
    6
    Years
    • Seen Oct 9, 2023
    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