Info bigmomma (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''info_bigmomma''' is an entity available in GoldSrc games. ==Entity description== It is a custom node designed for monster_bigmomma's movement. Place them around where yo...")
 
mNo edit summary
Line 1: Line 1:
'''info_bigmomma''' is an entity available in GoldSrc games.
{{HL1}} '''info_bigmomma''' is an entity available in GoldSrc games.


==Entity description==
==Entity description==
Line 15: Line 15:
{{KV|Sequence on approach|target_destination|The [[scripted_sequence]] to play on approaching this node.}}
{{KV|Sequence on approach|target_destination|The [[scripted_sequence]] to play on approaching this node.}}
{{KV|Sequence before approach|target_destination|The [[scripted_sequence]] to play before approaching this node.}}
{{KV|Sequence before approach|target_destination|The [[scripted_sequence]] to play before approaching this node.}}
{{Category:GoldSrc entities}}

Revision as of 23:48, 4 July 2013

Half-Life info_bigmomma is an entity available in GoldSrc games.

Entity description

It is a custom node designed for monster_bigmomma's movement. Place them around where you want one to navigate.

Keyvalues

Next node ([todo internal name (i)]) <targetname>
The next node (if any).
Wait after approach ([todo internal name (i)]) <float>
How much time to wait for after approaching this nodes (in seconds).
Kill target ([todo internal name (i)]) <targetname>
The entity to remove on reaching this node.
Radius ([todo internal name (i)]) <float>
The radius of where the Gonarch can seek this node to go to it.
Health on approach ([todo internal name (i)]) <float>
How much the Gonarch's health should be set to on approaching this node.
Fire on approach ([todo internal name (i)]) <targetname>
What entity should have its input fired when the Gonarch approaches this node.
Sequence on approach ([todo internal name (i)]) <targetname>
The scripted_sequence to play on approaching this node.
Sequence before approach ([todo internal name (i)]) <targetname>
The scripted_sequence to play before approaching this node.

Category:GoldSrc entities