open.sqf 286 B

12345678
  1. if(isNil "VAS_init_complete") exitWith {hint "VAS never initialized, something went wrong?";};
  2. if(!VAS_init_complete) exitWith {hint "VAS hasn't finished loading yet."};
  3. createDialog "VAS_Diag";
  4. disableSerialization;
  5. ctrlShow [2507,false];
  6. ctrlShow [2508,false];
  7. ctrlShow [2509,false];