- 53
- Posts
- 12
- Years
- Seen Feb 1, 2014
You need to set the script up to continue. I believe this should fix it:
#org @start
'-----------------------------------
trainerbattle 0x1 0x275 0x0 @msg1 @msg2 @next
clearflag 0x3C6
jump @jump
#org @next
'-----------------------------------
msgbox @msg
callstd MSG_SIGN ' Signpost-style message
compare PLAYERFACING LEFT
....
Also, judging by the fact that you are using callstd, that means you are using an old version of XSE that has some bugs. I would advise going and getting the version that Gamer2020 just put out about a month ago.
I'm using PKSV, not XSE...
anyway i think your solution could be the right way, so thanks and i'm going to try :)