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
ID:176349
Jan 22 2003, 12:54 pm
|
|
if(C.mob)
var/obj/I = locate() in C.mob
del(I)