From: Freddy Date: Sun, 11 Mar 2018 16:46:34 +0000 (+0100) Subject: trigger_counter: document hidden feature X-Git-Tag: xonotic-v0.8.5~120^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3a4efb1a924a38bc46544267e8c137498b461cd6;p=xonotic%2Fxonotic-maps.pk3dir.git trigger_counter: document hidden feature --- diff --git a/scripts/entities.ent b/scripts/entities.ent index 918f8b7e..932b0d91 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1155,7 +1155,7 @@ Monster spawnpoint for Invasion Acts as an intermediary for an action that takes multiple inputs. -After the counter has been triggered "count" times, it will fire all of its targets and remove itself. +After the counter has been triggered "count" times, it will fire all of its targets. -------- KEYS -------- how many times this needs to be triggered to activate its targets trigger all entities with this targetname when triggered @@ -1165,6 +1165,7 @@ After the counter has been triggered "count" times, it will fire all o remove all entities with this targetname when triggered -------- SPAWNFLAGS -------- don't print a "2 more to go..."-like message when triggered +fire at every count (behaves like trigger_multiple with limited shots)