Quote:
Originally Posted by kalarie
What is your script? Do you have more level scripts on the same map?
And are you sure you are compiling it correctly then? Since that is pretty strange.
|
There is only one level script in the map.
Script type : 02, flag used is
4011 with value of
1
The script is just the same as above, but for detail :
BEFORE WARP EVENT
Player needs to walk into a script
(GREEN S in ADVANCE MAP)
The script uses 4011 as well with a value of 1 to run.
After the event is finished, player will be warped.
AFTER WARP
#org 0xEF1776
lockall
setvar 0x4011 0x2
applymovement MOVE_PLAYER 0x8EF178F
msgbox 0x8EF1792 MSG_KEEPOPEN '"[blue_fr][player].\pYour unreasona..."
closeonkeypress
releaseall
end
Problem is : The game will freeze after all this scripts are finished, the music still runs. But the player cannot move or pause or press anything.