ID:155725
 
Is it possible to use moving smileys in game?
Yes. Simply have an icon that has a moving state, and do this:
mob/icon = 'smiley.dmi' //Or whatever the name of your icon file is


Or, if you want to output it to the player:
mob/verb/Display_Smiley_Face()
usr << browse('smiley.dmi')
In response to Albro1
I can't See any moving smiley........ :<