saovarott159 Posted January 31, 2017 Posted January 31, 2017 Hello guys I want example script reset all atcommand if player warp to map "prt_maze03" Thank so much.. Quote
0 Technoken Posted January 31, 2017 Posted January 31, 2017 Do you mean the player will perform '@reset' when it warp on prt_maze03? try - script resetonprtmaze -1,{ OnPCLoadMapEvent: if(strcharinfo(3) == "prt_maze03") atcommand "@reset"; end; } prt_maze03 mapflag loadevent Quote
Question
saovarott159
Hello guys
I want example script reset all atcommand if player warp to map "prt_maze03"
Thank so much..
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.