ID:268707
 
Where do I put something like return to make it go back to normal ?

turf
door
name="Door"
icon='Door.dmi'
density=1
verb
Open()
set src in oview(2)
icon='Door.dmi'
icon_state="Open"
density=0
turf
door
name="Door"
icon='Door.dmi'
density=1
verb
Open()
set src in oview(2)
icon_state="Open"
density=0
sleep(1*10)//Put the number of seconds before the "*"
icon_state = "Closed"
density=1
In response to Hell Ramen
ok let me try it
In response to Hell Ramen
I got 4 errors

Turfs.dm:68: Inconsistent identation.
Turfs.dm:69: Inconsistent identation.
Turfs.dm:70: Inconsistent identation.
Turfs.dm:71: Inconsistent identation.
In response to Contract Jack
o never mind
In response to Contract Jack
...you just copied and pasted...