mob/verb/Geticon(O in view())
set category = "Social"
if(M.NoGet == 1)
return
else
usr << ftp(O:icon)
Im making a game where poeple upload icons and make them objs but they can let other poeple get the icon, but some poeple dont want to so make this NoGet variable so poeple cant get it.I made the objs have this variable but it wont work on this.Can anyone help?