|
Hi I'm new to this and I have recently been watching anthroyd's tutorials. Whenever I try and compile my code everything seems to be fine but when I open the code in advance map it is just the default command that has no use called nop, and a random offset i did not use for compiling, finally the code written does not work in game either. I tried switching to pksvi and I was able to compile it fine with no issues and my text was able to work in game but there are so few tutorials on it that I don't think there is a realistic way to use it to make a whole hack. Does anyone know what I'm doing wrong when compiling for this to happen I can add screenshots if necessary. Thanks in advance!
This is my intended script:
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @talk 0x6
release
end
#org @talk
= hello there sir
script after compiling and opening in advance map:
'---------------
#org 0x16F6B81
nop
|