mikekick
Shadow Ninja
- 2
- Posts
- 15
- Years
- Seen Jul 9, 2014
Im having a problem with my compiled scripts.Its hard to explain so i will show you.
heres a script
#org 0x80024D
lock
faceplayer
giveitem 0x13 0x99 MSG_OBTAIN
giveitem 0x44 0x99 MSG_OBTAIN
giveitem 0x55 0x99 MSG_OBTAIN
giveitem 0x56 0x99 MSG_OBTAIN
setflag 0x82F
fanfare 0x13E
msgbox 0x8800292 MSG_KEEPOPEN '"[player] received RUNNING SHOES!"
waitfanfare
closeonkeypress
release
end
'---------
' Strings
'---------
#org 0x800292
= [player] received RUNNING SHOES!
I want the 0x800292 to say @string1 like its suppose to.
can someone help me.I once had it set to do that but now its not and it makes compied scripts hard to read.
heres a script
#org 0x80024D
lock
faceplayer
giveitem 0x13 0x99 MSG_OBTAIN
giveitem 0x44 0x99 MSG_OBTAIN
giveitem 0x55 0x99 MSG_OBTAIN
giveitem 0x56 0x99 MSG_OBTAIN
setflag 0x82F
fanfare 0x13E
msgbox 0x8800292 MSG_KEEPOPEN '"[player] received RUNNING SHOES!"
waitfanfare
closeonkeypress
release
end
'---------
' Strings
'---------
#org 0x800292
= [player] received RUNNING SHOES!
I want the 0x800292 to say @string1 like its suppose to.
can someone help me.I once had it set to do that but now its not and it makes compied scripts hard to read.