13.05.2021, 08:18
Changing the DB value won't help because the script itself will not be stopped or started.
See what the enable/disable call returns. If script is found then enable returns true, disable returns false. Otherwise you will get nil + error message.
See what the enable/disable call returns. If script is found then enable returns true, disable returns false. Otherwise you will get nil + error message.
Code:
res, err = script.enable('SCRIPT NAME HERE')
log(res, err)