From 7464b0411784f10c6f2eabe98398407b61d3ba36 Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 11 Dec 2009 14:48:14 +0000 Subject: [PATCH] document that change :P git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8385 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/scripts/entities.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/entities.def b/data/scripts/entities.def index 9033ee4c4..57eef7dcb 100644 --- a/data/scripts/entities.def +++ b/data/scripts/entities.def @@ -995,7 +995,7 @@ falloff: "gravity field": 0 means no falloff, 1 means linear falloff (zero at th 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 -- 2.39.2