``` SET SECONDS ON SET SECONDS OFF ``` Both options result to error XS1503: Argument 1: cannot convert from 'string' to 'logic' I checked the ppo, it's because it's preprocessed to SetSeconds("ON") but the function expects a logic.
Both options result to error XS1503: Argument 1: cannot convert from 'string' to 'logic'
I checked the ppo, it's because it's preprocessed to
SetSeconds("ON")
but the function expects a logic.