Page MenuHomeFeedback Tracker

elseif command
Closed, ResolvedPublic

Description

an elseif command would do wonders!

e.g:

if (damage player < 0.1) then {
    hint "tis but a scratch!";
} elseif (damage player < 0.5) then {
    hint "ouch.";
} elseif (damage player < 0.9) then {
    hint "badly hurt";
} else { hint "dieded"; };

Details

Severity
Feature
Resolution
Won't Fix
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Additional Information

not feasible with current sqf implementation

Event Timeline

BIS_fnc_KK closed this task as Resolved.Jul 19 2020, 8:07 PM
BIS_fnc_KK changed Resolution from Open to Won't Fix.
BIS_fnc_KK edited Additional Information. (Show Details)
BIS_fnc_KK edited Additional Information. (Show Details)Jul 19 2020, 8:33 PM