0 Members and 1 Guest are viewing this topic.
Interesting - I was merely referencing Suma's comment about it being undefined when used outside of a loop... but then your reference would seem to counter that, anyway.
_var = _k call { if (_this == 1) exitwith { "a" }; if (_this == 2) exitwith { "b" }; if (_this == 3) exitwith { "c" }; "d" // default value}