And/OR at the same time?
3absh
Member Posts: 601
Basically what I need is this:
When
Game.Combo ≠ 4 & 5
OR
Game.combolvl >1
How do I include an AND inside one of the 2 OR's?
Comments
if game.combo is not equal 4
if game.combo is not equal 5
if gamecombolvl >1
do particles
When I include Game.Combo ≠ 5 within the (ANY) condition it executed @ Game.Combo=4
I need for it not to be executed at both 4 & 5
ceil(combo-3/2) ≠ 1
Yes dont have it set to "any" just let it be "all" and it should work the way you want, in the otherwise condition add the if game.combolvl > 1 do particles
It works fine
But how??
Ceil(4-1.5)=3
Excellent
If ANY conditions are valid . .
Numeric expression ceil(combo-3/2) ≠ 1
Attribute combolvl > 1