TheEnginesOfCreation / EntityPlus

EntityPlus is a mod that offers a true single player experience in the Quake III Arena videogame.
37 stars 5 forks source link

death/frag/spawn trigger #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can I trigger something from a bots death and/or spawn?

So, when I spawn him, I can disable the spawn. And when I kill him, I can open 
a door?

- Hipshot

Original issue reported on code.google.com by era...@gmail.com on 27 Mar 2011 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by era...@gmail.com on 28 Mar 2011 at 11:35

GoogleCodeExporter commented 9 years ago
trigger_death and trigger_frag entities were added to trigger something when a 
frag was made or a player dies. This can be configured with nobots and nohumans 
keys to only respond to bots or humans. A target_disable entity can be used to 
disable a spawn point. Additionally, all types of spawnpoints have been given 
the "count" key, which can be used to limit then number of times a player can 
spawn at that spawnpoint.

These features will be part of the 0.3 release.

Original comment by era...@gmail.com on 31 Mar 2011 at 10:59