Hello Word!
Here's the problem: I have a stock of programs (one-hour mixes) in bulk that I want to broadcast randomly on Friday and Saturday evenings at 7pm.
So I created an "Event Scheduler" and a PAL script triggered on these schedules, but the script keeps on broadcasting the same file (on about thirty, although the random mode is activated - well I think

)
Any idea what's blocking it?
A big thank you in advance!

Laurent
Code:
PAL.LockExecution;
Queue.clear;
CAT['Station IDs (All)'].QueueBottom(smRandom,NoRules);
CAT['DeLuxe Promo'].QueueBottom(smRandom,NoRules);
CAT['DeLuxeMix'].QueueBottom(smRandom,NoRules); (--> problem with that line ?)
CAT['Station IDs (All)'].QueueBottom(smRandom,NoRules);
ActivePlayer.FadeToNext;
PAL.UnlockExecution;