Skip to content

Commit

Permalink
Add line helpers to a couple entities
Browse files Browse the repository at this point in the history
  • Loading branch information
vrad-exe committed Jan 23, 2024
1 parent e3705bb commit 6efa17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fgd/point/env/env_microphone.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sphere(MaxRange)
color(0 0 255)
line(64 64 64, targetname, target)
line(255 255 0, targetname, target, targetname, SpeakerName)
line(255 255 0, targetname, SpeakerName)
= env_microphone: "An entity that acts as a microphone. It works in one of two modes. " +
"If it has a 'Speaker' set, it picks up all sounds within the specified sound range, " +
"and rebroadcasts them through the Speaker entity. " +
Expand Down
1 change: 1 addition & 0 deletions fgd/point/scripted/scripted_sequence.fgd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@PointClass base(BaseEntityPoint, DXLevelChoice, SystemLevelChoice)
studio("models/editor/scriptedsequence.mdl")
color(255 0 255)
line(255 255 255, targetname, m_iszentity)
sphere(m_flRadius) = scripted_sequence: "Grabs an NPC and makes them play a specified set of animations. " +
"The NPC can be told to move to the scripted sequence position or can " +
"be told to play the script wherever they currently are. " +
Expand Down

0 comments on commit 6efa17d

Please sign in to comment.