Ok so here is the situation i am trying to have the font turn a color when it meets a condition. However the problem i am running into is that it only looks at the first group instead of all groups and only returns red if the first group meets the condition.
if {@Before % Glide} <= 33.00 then crRed
So what loop should i use to make it go through all the groups to turn the desired color instead of only looking at the first group?
if {@Before % Glide} <= 33.00 then crRed
So what loop should i use to make it go through all the groups to turn the desired color instead of only looking at the first group?