Disable/enable script from another script
Example: Disable/enable script from another script
Task
Disable or enable a script on specific conditions from another script.
Program
- enable specific script by name
- script.enable('name')
- Disable specific script by name
- script.disable('name')
- Get current status of specific script by name
- status = script.status('name')