>>33947818When I insert "setvar 0x40CB 0x0" into a script, compile it and reload the offset "0x1F119B" the following happens:
'---------------
#org 0x1F11C6
msgbox 0x81F1C12 MSG_KEEPOPEN '"Since I spoke to you, the tower of..."
setvar 0x40CB 0x0
release
end
'---------------
Becomes
'---------------
#org 0x1F11C6
msgbox 0x81F1C12 MSG_KEEPOPEN '"Since I spoke to you, the tower of..."
setvar 0xFCB 0x9200
comparebanks 0x81F 0x409
release
end
'---------------
As you can see "setvar 0x40CB 0x0" is replaced with"setvar 0xFCB 0x9200" and "comparebanks 0x81F 0x409"
What exactly am I doing wrong and how do I fix it? I'm currently using XSE v1.1.1