execVM

12 October, 2018

What Is execVM?

execVM is an essential command for ArmA 3 scripting. It allows you to call a script at any point.

Example

execVM is really easy to use and is used like such:

execVM "nameOfScript.filetype";