ID:143015
 
Code:
        var/Slider = new/obj/Slide
m<<output(Slider,"Infrastructure:1,1")

obj
Slide
icon = 'Budget.dmi'
icon_state = "Green"
name = ""
var
Value = 0


Problem description:
I don't tell it to display the name of the item, but it does it anyway, if no name is defined, it displays Slide, the name.

You'll have to just name it with a space. Or you could name it with some sort of tag that is automatically parsed out, like or , but that would show up in the status bar like that.