mob/verb/Henge_no_Jutsu(mob/M in view())
if(usr.Chakra >= 2)
usr.Chakra-=2
usr.icon=M.icon
sleep(150)
usr.icon=icon('Light.dmi')
else
usr<<"You dont have enough chakra to use this!"
this wont change the usr into M's Icon...how do i fix this and how do i make it change the usr back to the icon they had before?