johnbond2 Posted January 20, 2013 Posted January 20, 2013 (edited) How can I make a cell/s non-walkable to normal players but still walkable on GM level 20 and above? I know the script like : setcell "quiz_01",48,80,51,80,cell_walkable,0; (no walk) setcell "quiz_01",48,80,51,80,cell_walkable,1; (walkable) But how do I make it that GM's can be able to walk through it? Anyone? Thank you for the support guys. Edited January 20, 2013 by gunman Quote
Luciar Posted March 11, 2013 Posted March 11, 2013 You could use OnTouch and a conditional warp to allow authorized people to pass through and warp unauthorized players away Quote
johnbond Posted March 11, 2013 Posted March 11, 2013 You could use OnTouch and a conditional warp to allow authorized people to pass through and warp unauthorized players away @ gunman This is a nice suggestion. Give me a pm maybe I can make you something. Quote
Question
johnbond2
How can I make a cell/s non-walkable to normal players but still walkable on GM level 20 and above?
I know the script like :
setcell "quiz_01",48,80,51,80,cell_walkable,0; (no walk)
setcell "quiz_01",48,80,51,80,cell_walkable,1; (walkable)
But how do I make it that GM's can be able to walk through it?
Anyone?
Thank you for the support guys.
Edited by gunman4 answers 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.