You mean something like this?
If (_Condition1) Then {If (_Condition2) Then {Call DOThis} Else {Call DoThat}}
Works for scripts with as many if then Else combinations as you want, as long as its all on one line. But with sqf functions you dont have to worry about that.