mob/proc/DeathCheck(mob/M)
for(var/obj/spawner/S)
if(!S||S in world)
src.loc=S.loc
I want it to go to a rand object and not go to the same obj in world, Help would be nice.
Dark Emrald
ID:270867
![]() Oct 8 2006, 5:40 pm (Edited on Oct 8 2006, 6:32 pm)
|
|
How would I go about getting the person to appear in a rand place when they die. like and rand obj in world.
mob/proc/DeathCheck(mob/M) I want it to go to a rand object and not go to the same obj in world, Help would be nice. Dark Emrald |
-Doh