Page 1 of 1

Making an object respawn.

Posted: Sun Mar 18, 2007 10:15 am
by Fleabag77
Not AI, but say...a Fusion Coil, for example. How would I do this? I know it has to do with script, but I have 0 knowledge on that.

Posted: Sun Mar 18, 2007 10:53 am
by WastingBody
You need to spawn the fusion coil through the netgame equipment. Then after the fusion coil has been moved off of it's spawn location it will spawn another one after the alloted time has passed as long as the amount on map is 0.

Posted: Sun Mar 18, 2007 10:54 am
by DoorM4n

Posted: Sun Mar 18, 2007 10:58 am
by Fleabag77
I know how to spawn it, it's respawning I'm trying to figure out. Let's say I spawned it on the map. I destroy it, then in a minute or so, it respawns.

Posted: Sun Mar 18, 2007 11:05 am
by SpecOp44
Fleabag77 wrote:I know how to spawn it, it's respawning I'm trying to figure out. Let's say I spawned it on the map. I destroy it, then in a minute or so, it respawns.
Set the respawn time in the scrn tag. Under Netgame equipment.
Image

Posted: Sun Mar 18, 2007 11:06 am
by Fleabag77
It's really that simple? Okay, thanks!

Posted: Sun Mar 18, 2007 11:22 am
by DemonicSandwich
Make sure you set the "Max on Map" to 1 or it will continuously respawn even when its not destroyed.

Posted: Sun Mar 18, 2007 11:23 am
by Fleabag77
Ooh, thanks. I would have completely forgotten to change that. :oops: