Fri Jan 17, 2025 9:05 pm
Good idea. It let you "queue" some action simply...
Now you can always have the last action of schedule script to remove itself. But this is a bit trickier...as there is NO "this" variable to know what script you're in (/system/scheduler/remove [find name="$name"] will NOT work)...so you need to store the scheduled script name inside (i.e. /system/scheduler/remove [find name="XXXX"]).