mob
proc
RunSpawn()
var/sr=src
spawn(50)
world<<"[sr]"
del(src)
Now this is just a simple example, but I cant get it to work. Because it deletes it sr will just become null. Another example would be a potion where you drink it and its effect lasts for a certain amount of time, but it deletes the potion as soon as you drink it. Now the answer is probaly easy but how do I get this to work?
ADT_CLONE