Hi there, many years ago before Sam cloud, I used to use a script to enable and disable requests for various shows. It worked great.
Now I use the Sam Cloud interface alongside Sam broadcaster Pro. The script appears to disable the requests, but when it re enables them, It turns back on the direct requests, not the "via Sam Cloud" option.
With the below script, is there something that can be changed to make it switch to the Sam cloud option?
Code:
PAL.WaitForTime(T['17:30:52']);
RequestPolicy.Enabled := false;
WriteLn('Requests Disabled');
Code:
PAL.WaitForTime(T['00:55:00']);
RequestPolicy.Enabled := true;
WriteLn('Requests Enabled');
Attachment:
File comment: Screenshot of request policy
screenshot request policy.png [ 6.38 KiB | Viewed 1714 times ]
Many thanks in advance.