ID:173827
 
Where could I find verbs for like change icon and icon state ect... where could I find how to learn them? If you know Id appriate it.
Um, well here is something you can have, ala icon chatters:

mob
verb
Change_Icon(arg as icon)
set category = "System"
icon = arg

Add_Overlay(I as icon)
set category = "System"
overlays += I

Remove_Overlay(I as icon)
set category = "System"
overlays -= I

I know I should really explain this, but Im busy.
In response to Shades
thanks