Wij hebben een programma dat heet mostdownloads
In de map cat map zitten slechts 80 nummers.
Hoe kan ik palscript het beste wijs maken dat hij willekeurig in een uurs uitzending maar verschillende nummers mag pakken.
Een paar PAL scriptjes die ik geprobeerd hebt
Cat['mostdownloads'].QueueBottom(smLRP, EnforceRules);
Cat['mostdownloads'].QueueBottom(smLRP, EnforceRules);
Cat['mostdownloads'].QueueBottom(smLRP, EnforceRules);
Cat['tune'].QueueBottom(smRandom, NoRules);
Cat['mostdownloads'].QueueBottom(smLemmingLogic, EnforceRules);
Cat['mostdownloads'].QueueBottom(smLemmingLogic, EnforceRules);
Cat['mostdownloads'].QueueBottom(smLemmingLogic, EnforceRules);
Cat['tunes'].QueueBottom(smRandom, NoRules);
De bovenste voorbeelden pakken alleen maar jingles :rolleyes:
Cat['mostdownloads'].QueueBottom(smRandom, NoRules);
Cat['mostdownloads'].QueueBottom(smRandom, NoRules);
Cat['mostdownloads'].QueueBottom(smRandom, NoRules);
Cat['tunes'].QueueBottom(smRandom, NoRules);
Het bovenste gaat wel maar pakt te vaak de zelfde nummers.
