- 145
- Posts
- 11
- Years
- Seen Sep 1, 2023
Code:
#dynamic 0x?????
#org @starscript
checkflag 0x82C
if 0x0 goto @cantenter
applymovement 0x7 @cannpc
waitmovement 0x0
msgbox @youcan 0x2
callstd 0x2
closeonkeypress
releaseall
end
#org @cantenter
applymovement 0x7 @cantnpc
waitmovement 0x0
msgbox @youcant 0x2
callstd 0x2
closeonkeypress
applymovement MOVE_PLAYER @cant
release
end
#org @youcan
= Go ahead, [player].\nCongrats, you're a truth CHAMPION.
#org @youcant
= Only true trainers can enter here,\nsorry.
#org @cantnpc
#raw 0x62
#raw 0x2
#raw 0xFE
#org @cant
#raw 0x10
#raw 0xFE
#org @cannpc
#raw 0x2
#raw 0xFE
I'm using XSE, and when I'm walking in these script the game break down.
Please, help me, thanks.