Binary
え?
- 3,977
- Posts
- 17
- Years
- Seen Apr 7, 2014
Have you omitted the code in the @done, @move, @move2 and @move3 pointers? And what do you mean by the script going to the end? Does it only display the msgbox @2 or go straight to @done?I made a movecamera script but when I step on the event the script skips over the move camera and goes strait to the end of the script. Did i have a problem in there or is it simply a compiling error?
Spoiler:#dynamic 0x800000
#org @start
checkflag 0x1200
if 0x1 goto @done
applymovement 0x3 @move 'GOES TO PLAYER)
applymovement 0xFF @move2 'EXCLAMATION MARK)
waitmovement 0x0
msgbox @1 0x6
lockall
special 0x113
applymovement 0x7F @move3
waitmovement 0x0
special 0x114
releaseall
msgbox @2 0x6
setflag 0x1200
end
#org @1
= Hello trainer. The gym is over there.
#org @2
= Good luck!