ID:176349
 
Click a verb that checks all the mobs in game to see if the owner of it is on, and if the owner isnt on it deletes the item? Thanks in advance for helping me!

-Crio
for(var/client/C in world)
if(C.mob)
var/obj/I = locate() in C.mob
del(I)