Thabuffalo
Buffalo
- 9
- Posts
- 3
- Years
- He/Him
- US, Texas or if you will Desolate land
- Seen Oct 27, 2023
Alright so my script is:
#dynamic 0x80000
#org @start
checkflag 0x828
if 0x1 goto @done
applymovement 0x3 @move1
waitmovement 0x0
msgbox @1 0x6
release
end
#org @done
release
end
#org @1
= test
#org @move1
#raw 0x01
#raw 0x09
#raw 0x09
#raw 0XFE
and it doesn't work, nothing happens this is for whenever you touch a script tile also i have indeed set the val number to 4050, am i missing something?
EDITED: I found the problem, what was it? no idea it just worked when i moved it to another map??? yea am i just as confused...
Edit 2: did not fix it, it still is broken somehow... ??
#dynamic 0x80000
#org @start
checkflag 0x828
if 0x1 goto @done
applymovement 0x3 @move1
waitmovement 0x0
msgbox @1 0x6
release
end
#org @done
release
end
#org @1
= test
#org @move1
#raw 0x01
#raw 0x09
#raw 0x09
#raw 0XFE
and it doesn't work, nothing happens this is for whenever you touch a script tile also i have indeed set the val number to 4050, am i missing something?
EDITED: I found the problem, what was it? no idea it just worked when i moved it to another map??? yea am i just as confused...
Edit 2: did not fix it, it still is broken somehow... ??
Last edited: