summaryrefslogtreecommitdiff
path: root/entities.def
diff options
context:
space:
mode:
Diffstat (limited to 'entities.def')
-rw-r--r--entities.def14
1 files changed, 14 insertions, 0 deletions
diff --git a/entities.def b/entities.def
index 19282d7c..bd58da55 100644
--- a/entities.def
+++ b/entities.def
@@ -1418,6 +1418,20 @@ TRIGGER_* ENTITIES
//=============================================================================
+/*QUAKED trigger_stage (.5 .5 .5) (-8 -8 -8) (8 8 8)
+Fires its targets when the team key reaches stage key.
+UNTESTED: please report whether or not this works for you.
+
+-------- KEYS --------
+target: this points to the entity to activate.
+
+team: the team which triggers this entity; 1 for aliens, 2 for humans
+
+stage: the stage at which this entity is triggered; 1 for stage 2, 2 for stage 3
+*/
+
+//=============================================================================
+
/*QUAKED trigger_always (.5 .5 .5) (-8 -8 -8) (8 8 8)
Automatic trigger. It will fire the entities it targets as soon as it spawns in the game.