hi
i wud like to know how to create craters on the game....
for example when i attack a ki attack ..i kill the guy and after he die it leaves a crater
and i wud like to learn how to refresh my game with out rebooting... recyclye all my stuff to the way it was before
ty..
ID:174403
Aug 19 2003, 12:39 pm
|
|
In response to Dtroys
|
|
try
src.contents -= /obj/sword/ that is just an example but the /obj/sword/ to what ever you need. |
In response to Mousie_kebabs
|
|
world/proc/Rep()
spawn() while(1) sleep(7080) world.Repop() This replaces any monsters that may have been killed ~GokuSS4Neo~ |
is it :
src.contents -= new/blah/blah/blah?
help me please