So what am I doing wrong?
I have a clean rom, XSE, Amap 1.92.
Looking at opening scene, add a Sprite (i can see it). I can make them look around in A Map. So I put in this code:
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @talk 0x6
release
end
#org @talk
= I'm an NPC.
Into XSE. Save it. Compile it, looking at he ROM i'm using. It compiles, it gives me @talk and @start. I use @start 6 digit number (now, 800000).
I then go to A Map, the new sprite I've inserted. I give him this script, save.
Open the game, approach to talk to him. He looks at me, there's a beep for the message box, and nothing. He will always look my way when I click on him, but there's no dialogue.
I'm using FireRed.
I've seen several tutorials that do this thing and it all works.