ID:140385
 
Code:

turf
t1
icon = 'menus.dmi'
icon_state = "1"
t2
icon = 'menus.dmi'
icon_state = "2"
t3
icon = 'menus.dmi'
icon_state = "3"
t4
icon = 'menus.dmi'
icon_state = "4"
t5
icon = 'menus.dmi'
icon_state = "5"
t6
icon = 'menus.dmi'
icon_state = "6"
RedCross
icon = 'redcross.dmi'
STARFloor
icon = 'StarKageFloor.dmi'
icon_state = "KageFloor"
muddy
icon = 'turf.dmi'
icon_state = "muddy"
white
icon = 'white.dmi'
//This isn't part of the coding but it goes on


Sorry for repeat post!

Problem description: OK so I'm coding and I go to compile it and an odd error appears. Here's The coding and the problem.


and here is there error:

turf.dm:1:error: turf: missing comma ',' or right-paren ')'

PLEASE HELP ME!!!!


Look at the end of the code file directly above turf.dm.
A glitch in DM's compile-error referencing causes it to sometimes display the line immediately AFTER the actual problem line. Keep this in mind when you get parenthesis errors.