for(var/mob/X in world)
if(X.key==usr.ShareWith)
if(usr.ShareWith in world)
spawn(10)
goto CCheck
return
else
usr.icon=Oldicon
return
Problem description:
I want this to keep checking for the key.if its offline your icon goes back to normal..but for some reason it takes me straight to my oldicon