Search found 3 matches

by CaseMonster
Mon Jul 29, 2013 6:27 am
Forum: ArmA 2: Mission Making & F2 Development
Topic: Script Error in default F2 2.7.3?
Replies: 4
Views: 15340

Re: Script Error in default F2 2.7.3?

Ah just found out my problem, i ran an #include acre...yadda yadda.sqf instead of the execVM on it. I guess that's why the waituntil wouldn't work? It's late, I probably shouldn't be working on this. Fantastic work on the F2 guys, the hodge-podge collection of scripts that me and my group's mission ...
by CaseMonster
Mon Jul 29, 2013 6:18 am
Forum: ArmA 2: Mission Making & F2 Development
Topic: Script Error in default F2 2.7.3?
Replies: 4
Views: 15340

Re: Script Error in default F2 2.7.3?

'acre_sys_radio_currentRadioList' during this check is empty, '[]', like it should be.
by CaseMonster
Mon Jul 29, 2013 6:16 am
Forum: ArmA 2: Mission Making & F2 Development
Topic: Script Error in default F2 2.7.3?
Replies: 4
Views: 15340

Script Error in default F2 2.7.3?

On the most recent F2 I keep getting a generic expression script error on
f\common\gear\fa_ACRE_clearRadios.sqf , Line 13

waitUntil{(count acre_sys_radio_currentRadioList) > 0};

I've tried different permutations of this check >=, != to [], etc... and nothing seems to work.