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.