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";
execVM is an essential command for ArmA 3 scripting. It allows you to call a script at any point.
execVM is really easy to use and is used like such:
execVM "nameOfScript.filetype";