ID:271970
 
How do i make it so that for every person in my oveiew they will see a different icon of me. So when i press the verb cast it will show me as a different person but only for the people in my oveiw for a few seconds.

thanks
I don't really understand the question, as only people in your oview can see your icon, however, from what I gather, this is what your looking for:

mob
verb
cast()
usr.icon = 'icon.dmi'
usr.icon_state = "la"
sleep(10)
usr.icon = 'icon.dmi'
usr.icon_state = "person"
If you want something like 'illusions' look up Images, since those only get outputted to the client you want it to be
In response to Demon_F0rce
Never mind its asnwerd i have to use client.images