ID:143842
 
Code:
turf
floor
icon = 'floor.dmi'
wall
icon = 'wall.dmi'
density = 1
start
icon = 'start.dmi'

mob
icon = 'player.dmi'
login()
loc = locate(/turf/start)


Problem description:

when I try to compile it says that the line with the loc and the definition of the Icon "Start" are Inconsistnt indentation.

when I try to compile it says that the line with the loc and the definition of the Icon "Start" are Inconsistnt indentation.

Each of those lines should be indented one tab further than the line before it. It looks like you have used spaces to indent them. Delete all the whitespace in front of each of those lines and then hit tab until the line is one tab beyond the line above it.