Call of Duty 4: Scripting Reference - AI::SetGoalVolume
From COD Modding & Mapping Wiki
SetGoalVolume( <volume entity> )
Module: AI
SP Only
Summary:
Set this actor's goal volume. This cannot be set if a goal entity is set.
Call this on: <actor> An actor
Example:
self SetGoalVolume( goal );
Required arguments:
- <volume entity>(entity) The goal volume entity.
Optional arguments:
- none
Notes:
- none