ID:163898
 
How do i make a verb that if you press it you change icons(you don't pick)
pick() is a wonderful procedure
In response to GhostAnime
is you just did this it should work out fine

verb
Disguise()
usr.icon='Gregg.dmi'
usr.icon_state="Greggor"
usr<<"You turn into greggor"


Is that what you were looking for?
In response to Moocow696
If that didn't help, all you have to do is modify the icon variable by directing it to a new icon and then specify it's icon state if it has one.