obj
var/tloc
New()
..()
src.tloc = src.loc
Del(respawn,respawnt)
if(respawn)
spawn(respawnt)
var/obj/K = new src.type(src)
K.loc = src.tloc
..()
del src
deltest
icon = 'deltest.dmi'
density=1
Click()
src.Del(1,60)
How could I make this kind of (manual-)spawn work?
I've no clue how I should do this. :/
Thanks for any help and the time.
Regards,
Rick