• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

Xtreme Script editor script is not working

  • 2
    Posts
    4
    Years
    Guys sorry but i am a noob and i know general things on how to change map and do basic things but then i tried to step on to scripting so i saw Anthroyd's tutorial on scripting and i copied the whole code to mod Pokemon Fire Red.
    I used this code to make an event that will face to the player. I also compiled it and it is in offset $800000 also i went to advanced map and did all the steps he told to do. Also i debugged the code and rewrote it twice and again put the correct no. and tested it but once i interact with that npc always i am getting stuck in that place. (I use Visual Boys Advance Emulator.)
    Code:
    #dynamic 0x800000
    #org @start
    lock
    faceplayer
    msgbox @talk 0x6
    release
    end
    
    #org @talk
    = Hi i am a hero
    Sorry Guys if this question was ever asked here
     
    When you compile you script copy the new offset at @start in the compilers output and paste it as the event's script offset. Should fix the problem.
     
    Back
    Top