[nexuiz-commits] r8387 - trunk/misc/netradiant-NexuizPack/nexuiz.game/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 13 10:54:30 EST 2009


Author: div0
Date: 2009-12-13 10:54:30 -0500 (Sun, 13 Dec 2009)
New Revision: 8387

Modified:
   trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
Log:
entities.def merge


Modified: trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def
===================================================================
--- trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-12-13 11:52:12 UTC (rev 8386)
+++ trunk/misc/netradiant-NexuizPack/nexuiz.game/data/entities.def	2009-12-13 15:54:30 UTC (rev 8387)
@@ -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