Call of Duty 4: Scripting Reference - AI::SetGoalNode
From COD Modding & Mapping Wiki
SetGoalNode( <goal node> )
Module: AI
SP Only
Summary:
Set this actor's goal node.
Call this on: <actor> An actor
Example:
self SetGoalNode( node );
Required arguments:
- <goal node>(node) The goal node.
Optional arguments:
- none
Notes:
- none