well i tryed to use this coding to get it but i am not sure how it works but what i want is so the icon that i have made to summon somthing to apperer then a clone of my self 2 apper is this what i would need to base it from and can some oine plz eplaine it to me
obj/doppelganger
var/const/init_icon = 'doppel.dmi'
icon = init_icon
verb
clone()
set src in view()
icon = usr.icon
revert()
set src in view()
icon = init_icon