r2638 - trunk/data

savagex at icculus.org savagex at icculus.org
Sun May 20 17:00:14 EDT 2007


Author: savagex
Date: 2007-05-20 17:00:14 -0400 (Sun, 20 May 2007)
New Revision: 2638

Modified:
   trunk/data/entities.def
Log:
adding trigger_relay to entities.def


Modified: trunk/data/entities.def
===================================================================
--- trunk/data/entities.def	2007-05-20 20:44:25 UTC (rev 2637)
+++ trunk/data/entities.def	2007-05-20 21:00:14 UTC (rev 2638)
@@ -702,6 +702,12 @@
 notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
 -------- NOTES --------
 When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).*/
+
+//=============================================================================
+
+/*QUAKED trigger_relay (.5 .5 .5) (-8 -8 -8) (8 8 8)
+This fixed size trigger cannot be touched, it can only be fired by other events.  It can contain killtargets, targets, delays, and messages.
+*/
 
 //=============================================================================
 




More information about the nexuiz-commits mailing list