09.12.2024, 07:53
You have a typo in script name: it should be r_script1 instead of r_scritp1.
You can forcefully kill a resident script this way:
You can forcefully kill a resident script this way:
Code:
item = script.get('r_script1')
script.kill(item.id)
script.disable('r_script1')