21.01.2025, 11:19
Hello guys i tried this script that will enable and disable the scripts from and event and i will make a schedule on/off of the virtual group address that the event is based. i tried this but it doesnt work anyone can see why ?
Code:
if event.getvalue(1) then
script.categoryenable(zones)
else
script.categorydisable(zones)
end