[nexuiz-commits] r8385 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 11 09:48:14 EST 2009


Author: div0
Date: 2009-12-11 09:48:14 -0500 (Fri, 11 Dec 2009)
New Revision: 8385

Modified:
   trunk/data/scripts/entities.def
Log:
document that change :P


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2009-12-11 14:23:47 UTC (rev 8384)
+++ trunk/data/scripts/entities.def	2009-12-11 14:48:14 UTC (rev 8385)
@@ -995,7 +995,7 @@
 Variable sized repeatable trigger.  Must be targeted at one or more entities.  If "health" is set, the trigger must be killed to activate each time.
 -------- KEYS --------
 health: amount of damage that has to be dealt to the trigger to activate (it then won't respond to merely touching it)
-wait: prevent triggering again for this amount of time
+wait: prevent triggering again for this amount of time (default: 0.2, set to -1 to wait indefinitely, or -2 to not wait at all)
 sounds: 1 to play misc/secret.wav, 2 to play misc/talk.wav, 3 to play misc/trigger1.wav
 noise: path to sound file, if you want to play something else
 target: trigger all entities with this targetname when triggered



More information about the nexuiz-commits mailing list