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.