How to Disable PythonScripts?

I have a robot that has 2 PythonScripts, and the 2 scripts are conflicting, and I need to disable one of them according to the situation. How do I do that?

You could just create some component property and read its value in the scripts themselves where needed like any other conditional logic.

I have the same quesiton, if there is an “enable” opetion in the component graph or scirpt property ,then it will be much helplful for the fucntion testing and iterating.