Switch to edit mode.
Name(s): icon1: {room} = args
2: if (!valid(room))
3: return $www:fileURL(this, "icon_rubble.gif")
4: endif
5: icon = room:verb_or_property("map_icon")
6: if (!icon)
7: "Default icon"
8: icon = $www:fileURL(this, "icon_14.gif")
9: endif
10: return icon
11: "Last modified by whiz (#3135) on Tue Oct 28 18:48:42 2008 EDT."