- 36
- Posts
- 15
- Years
- Northfield, MN
- Seen Jul 16, 2015
I'm having trouble with this script. Its fairly simple; it should make a sprite (0x07) turn towards you, have an exclamation mark above his head, and say something, and then you should move back. However, its not working. Its freezing the game before anyone moves or says anything...
here's the script:
Any advice would be greatly appreciated. Thanks!
here's the script:
Spoiler:
#dynamic 0x71F484
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0x07 @move
waitmovement 0x0
msgbox @1 0x6
applymovement 0xFF @move1
waitmovement 0x0
release
end
#org @done
end
#org @1
= You can't take the route to\nMerc town right now.\lWe're just running some, uh...\lsafety checks. Sorry.
#org @move
#raw 0x0
#raw 0x62
#raw 0xFE
#org @move1
#raw 0x6
#raw 0x12
#raw 0xFE
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0x07 @move
waitmovement 0x0
msgbox @1 0x6
applymovement 0xFF @move1
waitmovement 0x0
release
end
#org @done
end
#org @1
= You can't take the route to\nMerc town right now.\lWe're just running some, uh...\lsafety checks. Sorry.
#org @move
#raw 0x0
#raw 0x62
#raw 0xFE
#org @move1
#raw 0x6
#raw 0x12
#raw 0xFE
Any advice would be greatly appreciated. Thanks!