ID:177352
 
How do I make it so u need a certain Powerlevel to pass through a door?
Ok. Youd use the Enter() proc. I belive this code will do what you want. Its untested though.
turf
door
icon = 'door.dmi'
Enter(O)
if(O.powerlevel > 1000)
return 1
-DogMan