IsAiLevel Property

Usage:
   Game.IsAiLevel boolean

Argument values:

argument 1:    1; most commonly 1

This property is not a part of any defined type of object.

Used in a total of 2 .con files: Aidefault.con

Parent directory of these .con files: Bf1942/Game

Example: (from Bf1942/Game/AIdefault.con)
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo AIdeault.con*****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   echo *****************************************************************************************
   rem **** This line is really important, it forces the AITemplates information to be loaded! ****
   Game.IsAiLevel 1


Go to the Game properties list page, Game page, All Properties list, or Main scripting page.