Call of Duty 4: Scripting Reference - AI::GetNegotiationStartNode
From COD Modding & Mapping Wiki
GetNegotiationStartNode()
Module: AI
SP Only
Summary:
Gets the next negotiation node for this actor
Call this on: <actor> An actor
Example:
self GetNegotiationStartNode();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none