var/F = input("Please select an icon file.","Choose a *.dmi") as null|icon
if(!F) return
usr.memory_cback = icon(F)
string being used to display icon
usr << {"<IMG SRC=\ref[memory_cback] ICONSTATE="" ICONDIR=NORTH>"}
When I try to display this icon, I get no image result. Does anyone know what I'm doing wrong here? I'm uploading an icon file, storing it as a var on the player
icon/memory_cback
and then trying to display the north dir of the state in the output line. But I get an empty result.