I'm having a predefined list of devices (called Devices).
My goal is to always add the 1st when have a score >0 in A11a. Next randomly add max 3 of all other devices with list number 2 to 7, also when they have a score>0 in A11a.
Devices 15 = Importance. This should always be added in the first option and is not asked in any of the previous questions.
I have the following constructed list with Devices as parent list:
AIG (A11a,0)
REMOVE (Devices,1)
REMOVE (Devices,8,15)
RANDOMIZE ()
LISTMAX (3)
AIG (A11a,0)
REMOVE (Devices,2,15)
RANDOMIZE ()
INSERT (1,Devices,15)
This however doesn't show the needed list.