1 2 3 4 5 6 7 8 9 10 11 12 13 | - script quest_restriction -1,{ OnLoadMapEvent: if(" questvariable here " < 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; } } |