Call of Duty 4: Scripting Reference - Vehicles::SetNearGoalNotifyDist
From Mods Repository Wiki
SetNearGoalNotifyDist( <dist> )
Module: Vehicles
Summary:
Set distance near goal at which near_goal notification should be sent once.
Call this on: a vehicle
Example:
tank SetNearGoalNotifyDist( 50 )
Required arguments:
- <dist> Distance to goal position
Optional arguments:
- none
Notes:
- none