well... Im making a shop system that uses browse_rsc to put a icon next to the link to buy it. o.O when I use
src<<browse_rsc(O.icon,"icon.dmi")
it makes all the objects have the icon of the last object. and when I do
var/num
num+=1
src<<browse_rsc(O.icon,"icon[num].dmi")
The pictures show up as not existing, So it poses the question.... How is this going to work out!