• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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