Talk:Actbusy

From Valve Developer Community
Revision as of 01:52, 4 July 2005 by TomEdwards (talk | contribs)
Jump to navigation Jump to search

The image needs to be updated to remove the queue. It could be tweaked to better show the relationship between ai_goal_actbusy & the NPCs it controls. Something like this:

                    ai_goal_actbusy
                     /    |      \
                    /     |       \
                  NPC    NPC      NPC
                  /|      |\      /|\
                 / |      | \    / | \
                /  |      |  \  /  |  \
               /   |      |   \/   |   \
             node node  node node node node

Since each actbusy can point to multiple NPCs, and each NPC can use multiple nodes, including ones that other NPCs would use if they got to them first.

I'm not so happy with this version. Any second opinions would be welcome.

[1] --TomEdwards 01:52, 4 Jul 2005 (PDT)