Call of Duty 4: Scripting Reference - AI::MakeFakeAI
From COD Modding & Mapping Wiki
MakeFakeAI()
Module: AI
SP Only
Summary:
Create a drone from script model, that can be moved around with simple commands
Call this on: A script_model entity
Example:
guy MakeFakeAI();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none