This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Resident script halt
#2
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:
Code:
item = script.get('r_script1')
script.kill(item.id)
script.disable('r_script1')
Reply


Messages In This Thread
Resident script halt - by Kapudan - 06.12.2024, 21:17
RE: Resident script halt - by admin - 09.12.2024, 07:53

Forum Jump: