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
ID:151196
Feb 20 2001, 5:08 pm
|
|
Which line in the sample is line 11? If it's the first one, your problem is probably before that.