Bringer Posted March 14, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: April 16 Share Posted March 14, 2015 (edited) 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 Edited March 14, 2015 by DrewxD Quote Link to comment Share on other sites More sharing options...
Radian Posted March 14, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 14, 2015 try this one [ fixed ] - script quest_restriction -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == "Askydun" ) { if(#done < 1) { dispbottom "Map Restriction : we identify that you are not allowed to enter this map."; warp "SavePoint",0,0; end; } else { dispbottom "Okay you are allowed to stay in this map"; end; } } } Askydun mapflag loadevent 1 Quote Link to comment Share on other sites More sharing options...
Question
Bringer
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
Edited by DrewxDLink to comment
Share on other sites
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.