]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Change trigger_counter type to point
authorSpike29 <leguen.yannick@gmail.com>
Wed, 21 Feb 2024 14:31:15 +0000 (15:31 +0100)
committerSpike29 <leguen.yannick@gmail.com>
Wed, 21 Feb 2024 14:31:15 +0000 (15:31 +0100)
scripts/entities.ent

index 2a10f4595c9fa9389a7814aff8fb3546dd1d59d6..29eba3a75e09efe85aeb0c2856a335d1b245480c 100644 (file)
@@ -1208,7 +1208,7 @@ Monster spawnpoint for Invasion
 <integer key="team" name="team">team that the monster will join if teamplay (5 = red, 14 = blue, etc)</integer>
 </point>
 
-<group name="trigger_counter" color=".5 .5 .5">
+<point name="trigger_counter" color=".5 .5 .5" box="-8 -8 -8 8 8 8">
 Acts as an intermediary for an action that takes multiple inputs.
 After the counter has been triggered &quot;count&quot; times, it will fire all of its targets.
 -------- KEYS --------
@@ -1221,7 +1221,7 @@ After the counter has been triggered &quot;count&quot; times, it will fire all o
 -------- SPAWNFLAGS --------
 <flag key="NOMESSAGE" name="NOMESSAGE" bit="0">don't print a &quot;2 more to go...&quot;-like message when triggered</flag>
 <flag key="FIRE_AT_COUNT" name="FIRE_AT_COUNT" bit="2">fire at every count (behaves like trigger_multiple with limited shots)</flag>
-</group>
+</point>
 
 <point name="trigger_delay" color=".5 .5 .5" box="-8 -8 -8 8 8 8">
 Trigger that delays triggering by a given amount of time. Only one action can be waited for; if triggered again before the &quot;wait&quot; time expires, the timer will restart (as opposed to trigger_relay).