• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

[Script] Iam new to scripting and my basic msg script refuses to work

  • 5
    Posts
    8
    Years
    • Seen Jun 28, 2017
    I was inserting an NPC in the pokemon lightning yellow hack GBA .The "technology is incredible"guy is not present so I decided to put him in the game using basic message script,but every time I insert the script the NPC does not respond.If I give the script to any other NPC they to do not respond which is weird because if I insert any other script it works just fine.
    Here is the script :-
    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    msgbox @talk1 0x6
    release
    end

    #org @talk1
    = Technology is incredible!\nYou can store and recall items and\lPOKeMON as data via the PC.
     
    I was inserting an NPC in the pokemon lightning yellow hack GBA .The "technology is incredible"guy is not present so I decided to put him in the game using basic message script,but every time I insert the script the NPC does not respond.If I give the script to any other NPC they to do not respond which is weird because if I insert any other script it works just fine.
    Here is the script :-
    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    msgbox @talk1 0x6
    release
    end

    #org @talk1
    = Technology is incredible!\nYou can store and recall items and\lPOKeMON as data via the PC.
    Script looks fine. Make sure that if you're using a save state you use a warp before talking to him. Additionally, confirm that every NPC on the map as a unique person ID.
     
    It still does not work I have tried different scripts but just this specific dialogue refuses to work
     
    I think there is something wrong with my ROM.I cannot find a down load for the latest version
    I either need an up to date download link.
     
    Back
    Top