From d6b45b6b59a8cc744fae143bb4f19be076fa9861 Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Sun, 26 Nov 2023 08:14:08 +0000 Subject: [PATCH] Update TrenchBroom FGD --- tb-nzp.fgd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tb-nzp.fgd b/tb-nzp.fgd index da63ac7..4e0a92d 100644 --- a/tb-nzp.fgd +++ b/tb-nzp.fgd @@ -379,6 +379,10 @@ [ tune(string) : "tune" length(integer) : "length" + spawnflags(Flags) = + [ + 1 : "Play Once" : 0 + ] ] @PointClass size(-8 -8 -8, 8 8 8) base(Item) color(141 85 29) model("models/props/teddy.mdl") = teddy_spawn : "Teddy spawn location" [] @@ -1371,6 +1375,10 @@ [ ] +@SolidClass base(Trigger) = trigger_interact : "Trigger: On Use Button" +[ +] + @SolidClass base(Trigger) = trigger_stuffcmd : "Trigger: Run CMD on Client (NZP)" [ message(string) : "CMD"