Actbusy Queues: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎Structure: Unicodifying, replaced: [[Image: → [[File:)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:


==Structure==
==Structure==
<center>[[Image:Actbusy_structure.png]]</center>
<center>[[File:Actbusy_structure.png]]</center>




An '''<font color="blue">ai_goal_actbusy_queue</font>''' tells a NPC to join a preset queue of actbusy hints. The NPC moves along the queue under the control of the goal.
An '''[[ai_goal_actbusy_queue]]''' tells a NPC to join a preset queue of actbusy hints. The NPC moves along the queue under the control of the goal.


==See also==
==See also==

Latest revision as of 06:28, 8 January 2024

Merge-arrows.png
It has been suggested that this article or section be merged into ai_goal_actbusy_queue. (Discuss)

Actbusy Queues are a superset of the Actbusy system. They're less useful than the base Actbusy system, having been created to solve a single specific problem: making a queue of NPCs. If you're trying to do anything other than that in your map, it isn't what you're looking for.


Structure

Actbusy structure.png


An ai_goal_actbusy_queue tells a NPC to join a preset queue of actbusy hints. The NPC moves along the queue under the control of the goal.

See also