Call of Duty 4: Scripting Reference - AI::SetNodePriority
From COD Modding & Mapping Wiki
SetNodePriority( <node> ,<enable> )
Module: AI
SP Only
Summary:
Enable or disable the priority for this node.
Call this on:
Example:
Required arguments:
- <node> (node) A priority allowed node.
- <enable> (boolean) True if this node is enabled.
Optional arguments:
- none
Notes:
- none