ID:151196
 
This code is not working and I cant find out whats wrong please help me.

Code:

turf/door
icon='open door.dmi'
name="Wooden Door"

verb
Close()
set src in view(1)
new /turf/door(src)

Error:

Code.dm:11:error: turf: expected end of statement
Code.dm:11:error: turf: expected end of statement

Which line in the sample is line 11? If it's the first one, your problem is probably before that.