How do you make so If I bump into this door only certain people to open it.(teams) P.S. If you help I am eventually going to allow you to hack open the door or trick the sensers with a fake fingerprint.
Here's the code tell me if you need more info.
doors
base_door
icon = 'basedoor.dmi'
blue
icon_state = "closedblue"
density = 1
proc
open()
density = 0
icon_state = "open"
sleep(40)
density = 1
icon_state = "closedblue"
Bump(mob)
if(usr/var/dooropen == "1")
open()
|
|||||||||||||||||||||||||||||||