ID:118822
 
Not a bug
BYOND Version:490
Operating System:Windows XP Home
Web Browser:Chrome 14.0.835.163
Applies to:Dream Maker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
When I put the turf script and make a map, the turf doesn't appear in the map.
Numbered Steps to Reproduce Problem:
1.Put the turf script in the .dm file
2.Make one icon with the name of turf script
3.Create one .dmm file
4.The icon doesn't appear there

Code Snippet (if applicable) to Reproduce Problem:
turf
Grass
icon = 'Icons.dmi'

OR

turf
Grass
icon = 'Icons.dmi'
icon_state = Grass


Expected Results:

Actual Results:

Does the problem occur:
Every time? Or how often? -Everytime.
In other games? -All my .dme files.
In other user accounts? -I don't know
On other computers? -I don't know

When does the problem NOT occur? -Never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:

It's icon_state = "Grass"
Thank you!
It worked!
When you run into an issue developing, especially when you're new to the language, you should always try to resolve your issue on the forums first before reporting it as a bug.