Skip to content

Editor Commands

Freddo edited this page Nov 9, 2018 · 1 revision

When added to units INIT field, these commands can alter AI behaviour.

  • (group this) setVariable ["VCM_NOFLANK",true]; This command will stop the AI squad from executing advanced movement maneuvers.
  • (group this) setVariable ["VCM_NORESCUE",true]; This command will stop the AI squad from responding to calls for backup.
  • (group this) setVariable ["VCM_TOUGHSQUAD",true]; This command will stop the AI squad from calling for backup.
  • (group this) setVariable ["Vcm_Disable",true]; This command will disable Vcom AI on a group entirely.
  • (group this) setVariable ["VCM_DisableForm",true]; This command will disable AI group from changing formations.
  • (group this) setVariable ["VCM_Skilldisable",true]; This command will disable an AI group from being impacted by Vcom AI skill changes.
Clone this wiki locally