Bringer 0 Posted March 14, 2015 im looking for a script that will automatic warp back to their save point if a player hasnt completed quest map ------ meaning player is not auhorized to be on that map Note: authorized players are those who have completed the map quest- they are the only ones who can land on that map Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted March 14, 2015 Didn't test but should work provided you change things to your map and vars: - script mapblock -1,{OnPCLoadMapEvent: if (strcharinfo(3) == "your_map" && !my_quest_completed) { // Unathorised warp "SavePoint",0,0; }} Quote Share this post Link to post Share on other sites
------ meaning player is not auhorized to be on that map
Note: authorized players are those who have completed the map quest- they are the only ones who can land on that map
Share this post
Link to post
Share on other sites