- 6
- Posts
- 6
- Years
- Seen Sep 17, 2020
I'm very new to ROM hacking and i feel like i'm being dumb but I've been stuck on this for hours.
I'm trying to make a simple person event where you talk to an npc but every time i'm done close of XSE and open the script again, the written script is gone.
I have compiled and saved it but every time i open it, it just goes back to:
'---------------
#org 0x800200
end
and my written script is gone.
This is the script i wrote:
#dynamic 0x800200
#org @start
lock
faceplayer
msgbox @test 0x6
release
end
#org @test
= This is a test.
This is my first time posting here so excuse me if i made some kind of mistake.
Thanks in advance
I'm trying to make a simple person event where you talk to an npc but every time i'm done close of XSE and open the script again, the written script is gone.
I have compiled and saved it but every time i open it, it just goes back to:
'---------------
#org 0x800200
end
and my written script is gone.
This is the script i wrote:
#dynamic 0x800200
#org @start
lock
faceplayer
msgbox @test 0x6
release
end
#org @test
= This is a test.
This is my first time posting here so excuse me if i made some kind of mistake.
Thanks in advance