Hello,
I am trying to activate a selection of texts based on the timeline progress
(e.g.
if $<10=first_txt,
if $>10&&<26=second_txt
etc.)
However, the logical $$ and || don’t seem to work in the Tscript value parameter.
What would be a way around this? Image for reference
[SOLVED]
It’s Python. op('select1')['Beats']>=10 and op('select1')['Beats']<=26
is the correct way