I was making a Movement Script but as soon as the player steps on the script tile the game freezes no controls start working and even the script doesn't start.
Here is the script:
#dynamic 0x800000
#org @start
lock
checkflag 0x201
if 0x1 goto @done
special 0x113
applymovement 0x7F @camm1
waitmovement 0x0
applymovement 0x1 @m1
waitmovement 0x0
applymovement 0x7F @camm2
waitmovement 0x0
special 0x114
msgbox @t1 0x6
applymovement 0xFF @m2
waitmovement 0x0
setflag 0x201
release
end
#org @done
release
end
#org @camm1
#raw 0x11
#raw 0x11
#raw 0XFE
#org @camm2
#raw 0x10
#raw 0x10
#raw 0XFE
#org @m1
#raw 0x62
#raw 0XFE
#org @m2
#raw 0x11
#raw 0x13
#raw 0x13
#raw 0x11
#raw 0x1
#raw 0xFE
#org @t1
=You Must be [player]!\nPlease take a seat.
I would really appreciate help as i've been trying to figure out what went wrong but am failing to understand what is the mistake/error.
Fixed, Reason: Me being a classic dumbass didnt check the movement permissions and they didnt fit the movements
Here is the script:
Spoiler:
#dynamic 0x800000
#org @start
lock
checkflag 0x201
if 0x1 goto @done
special 0x113
applymovement 0x7F @camm1
waitmovement 0x0
applymovement 0x1 @m1
waitmovement 0x0
applymovement 0x7F @camm2
waitmovement 0x0
special 0x114
msgbox @t1 0x6
applymovement 0xFF @m2
waitmovement 0x0
setflag 0x201
release
end
#org @done
release
end
#org @camm1
#raw 0x11
#raw 0x11
#raw 0XFE
#org @camm2
#raw 0x10
#raw 0x10
#raw 0XFE
#org @m1
#raw 0x62
#raw 0XFE
#org @m2
#raw 0x11
#raw 0x13
#raw 0x13
#raw 0x11
#raw 0x1
#raw 0xFE
#org @t1
=You Must be [player]!\nPlease take a seat.
I would really appreciate help as i've been trying to figure out what went wrong but am failing to understand what is the mistake/error.
Fixed, Reason: Me being a classic dumbass didnt check the movement permissions and they didnt fit the movements
Last edited: