turf
leaftest
icon = 'scenery.dmi'
icon_state = "tobuild1"
density = 0
if(usr.village=="Leaf")
Enter()
usr.loc=locate(77,21,10)
else
usr << "Take the exam at your own Village!"
tiles.dm:105:error:usr.village:duplicate definition
tiles.dm:105:error:"Leaf":duplicate definition
tiles.dm:105:error:== :instruction not allowed here
tiles.dm:105:error::empty type name (indentation error?)
tiles.dm:106:error::empty type name (indentation error?)
tiles.dm:109:error:usr:duplicate definition
tiles.dm:109:error:"Take the exam at your own Village!":duplicate definition
tiles.dm:109:error:<< :instruction not allowed here
Problem description:What are these errors here for?? It looks fine to me...