Choicescript_stat coding percents

Does ChoiceScript allow commands inside a *stat_chart ? I thought all things such as *set or *if had to be run before the charts.

This is what I assumed was required:
*if Intimidating > 100
    *set Intimidating 100

*stat_chart
    percent Intimidating
Can it really be run nested?
*stat_chart
    *if Intimidating > 100
        *set Intimidating 100
    percent Intimidating
2 Likes