ID:174524
 
I figured out making roofs now I need to know how to make doors? like I want to have it to where when you walk up to a building you have to click open on a door or at least where I can have pictures of doors for them to go through. I would really like doors that open when you right click on them and choose open or when you just walk up to them, can anyone help?
turf
door
icon = 'imgay.dmi'
icon_state = "yes you are"
density = 1
Click()
density = 0
flick("open door", src)
sleep(20)
density = 1
//or
turf
door
icon = 'dbzetasucks.dmi'
icon_state = "i hate raekwon"
density = 1
verb
Open_Door()
set src in oview(1)
flick("open door", src)
density = 0
sleep(20)
density = 1
usr << "The door closes behind you."
..mumble mumble....not pooriage mum... no mum no...
In response to Sir Ham
lol