scriptDone script

Operand types

script: Script

Type of returned value

Description

Check if an SQF script is already finished using the return value of the execVM or execVM commands as the argument.

Used In

ArmA

Example

script_handler = [parameters] execVM "scriptname.sqf";
waitUntil {!scriptDone script_handler};
Search OFPEC COMREF