summaryrefslogtreecommitdiff
path: root/entities.def
diff options
context:
space:
mode:
Diffstat (limited to 'entities.def')
-rw-r--r--entities.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/entities.def b/entities.def
index df331a0a..87ed6127 100644
--- a/entities.def
+++ b/entities.def
@@ -1485,6 +1485,18 @@ stage: the stage at which this entity is triggered; 1 for stage 2, 2 for stage 3
//=============================================================================
+/*QUAKED trigger_win (.5 .5 .5) (-8 -8 -8) (8 8 8)
+Fires its targets when the team key wins.
+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
+*/
+
+//=============================================================================
+
/*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.