var/obj/O = new
var/icon/Si=new('StoreClass.dmi',src.store.class)
O.icon=Si
test.Add(O)
src<<output(O,"StoreSelect.icon[i]:1,1")
Problem description:
Ok, so what i have is a 32x32 grid, and i only want to display the icon of the object , and then to be able to click it.
My problem is that the icon is not even showing up in my grid. What am i doing wrong? Thanks in advance.
The example above will let you update a grid with the player's name & icon inside of it. Sort of a 'Who' verb.