From 71f34e76a4d87732dbda5c1cc9eaf13f0e0fc317 Mon Sep 17 00:00:00 2001 From: IT07 Date: Thu, 2 Jun 2016 23:07:08 +0200 Subject: [PATCH] Tweaked duration --- Exile.MapName/VEMFr_client/sqf/onLoad.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Exile.MapName/VEMFr_client/sqf/onLoad.sqf b/Exile.MapName/VEMFr_client/sqf/onLoad.sqf index 2d97158..c3bb2fe 100644 --- a/Exile.MapName/VEMFr_client/sqf/onLoad.sqf +++ b/Exile.MapName/VEMFr_client/sqf/onLoad.sqf @@ -79,7 +79,7 @@ if not isNull _dsp then _ctrlMsg ctrlCommit 0.5; _ctrlMsg setVariable ["expanded", true]; - uiSleep (count (_x select 2) / 10); + uiSleep (count (_x select 2) / 5); } else { _ctrlTitle ctrlSetText toUpper (_x select 1); @@ -96,7 +96,7 @@ if not isNull _dsp then _ctrlMsg ctrlCommit 0.5; _ctrlMsg setVariable ["expanded", true]; - uiSleep (count (_x select 2) / 10); + uiSleep (count (_x select 2) / 5); }; } forEach (uiNamespace getVariable ["VEMFrMsgQueue",[]]); uiNamespace setVariable ["VEMFrMsgQueue", []];