ID:165425
 
how would i go about making an icon in a list into just an icon var using something like

for(var/icon/I in wateverlist)

DarkBelthazor wrote:
how would i go about making an icon in a list into just an icon var using something like

for(var/icon/I in wateverlist)

Uh, what kind of list? Assuming you had filled an ordinary list with just /icon datums, then that would work fine. Otherwise, though, it won't.

Lummox JR