jkthomsen9
Well-known member
I have a custom ability baboon tatoo, that gives a 30' climb speed once a day for 3 rds. On the ability I have bootstraped xClimb with a abValue of 30. I am tring to have it only add the climb ability if the tatoo is active. I am not sure how to use the condition tab. I tried the following, with several variations, but it dose not work.
if (field[abilActive].value <> 0) Then
Valid
endif
if (field[abilActive].value <> 0) Then
Valid
endif