Conditions Python

Hello @Ryan ,
how are you today,
how could i add a paramter for executing Python function via Conditions in IF or THEN
Like

if (Python == CHECK_SOMETHING(name)) { Python ( DO_SOMETHING(name) ); }

Currently you can’t have arguments in conditions, you’ll have to build it into your function.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.