Respawning items?

suzzanuzza

L1: Registered
May 18, 2009
44
1
i wanna respawn items like medkits and ammopacks, so i set it up with "point_template", "env_entity_maker", "logic_case", and "logic_timer". i got it to work but the items just keep spawning and stacking on top of each other. how do i make it so the items only respawn if they have been used?
 
Last edited:

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
You know they automatically respawn every 10 seconds?

If you are tring to do shorter or longer, what you'll need to do is:
Have the item's OnPlayerTouch send a Kill input to itself, along with an input to the point_template to respawn it with the desired delay. (env_entity_maker isn't needed)