ID:2302569
 
(See the best response by Zanoroku.)
Code:
mob
icon = 'icons/baseIcons.dmi'
icon_state = 'person'
verb
say(msg as text)
world << "[usr] said, [msg]"

turf
grass
icon = 'icons/grass.dmi'
icon_state = 'grass'

world
turf=/turf/grass


Problem description: When I try to compile the code, I come out with it saying that it can't find the files 'grass' or 'person'. If I compile without the icon_states, it works fine. I have the files 'grass' and 'person' inside grass.dmi and baseIcons.dmi. I don't know why it's not working. Help?

Best response
You doing it wrong its
icon_state="person"//not ''


' burger '-for the icon/file name
" cheese "-is for what in the icon file