- 6
- Posts
- 8
- Years
- Seen Nov 25, 2017
This script is a script not a person event and every time I step on it the game freeze.
heres the script:
#dynamic 0x800000
#org @start
checkflag 0x202
if 0x1 goto @end
lock
msgbox @t1 0x6
applymovement 0xFF @m1
waitmovement 0x0
release
end
#org @m1
#raw 0x8
#raw 0xFE
#org @t1
= Looks like these pokemon are\nfighting, better back off.
#org @end
end
It's suppose to make the player move back when they step on the script if the flag is clear. If the flag not clear it's suppose to do nothing. How can I fix this?
heres the script:
#dynamic 0x800000
#org @start
checkflag 0x202
if 0x1 goto @end
lock
msgbox @t1 0x6
applymovement 0xFF @m1
waitmovement 0x0
release
end
#org @m1
#raw 0x8
#raw 0xFE
#org @t1
= Looks like these pokemon are\nfighting, better back off.
#org @end
end
It's suppose to make the player move back when they step on the script if the flag is clear. If the flag not clear it's suppose to do nothing. How can I fix this?