Skip to content

Commit

Permalink
FGD: Add trigger_interact
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 25, 2023
1 parent 2fd7e24 commit 7f70a87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified common/sounds/misc/electric_bolt.wav
Binary file not shown.
4 changes: 4 additions & 0 deletions source/maps/fgd/hl-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,10 @@
[
]

@SolidClass base(Trigger) = trigger_interact : "Trigger: On Use Button"
[
]

@SolidClass base(Trigger) = trigger_multiple : "Trigger: Activate multiple"
[
wait(string) : "Wait before reset" : "4"
Expand Down
4 changes: 4 additions & 0 deletions source/maps/fgd/tb-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,10 @@
[
]

@SolidClass base(Trigger) = trigger_interact : "Trigger: On Use Button"
[
]

@SolidClass base(Trigger) = trigger_stuffcmd : "Trigger: Run CMD on Client (NZP)"
[
message(string) : "CMD"
Expand Down

0 comments on commit 7f70a87

Please sign in to comment.