Group: Administrators
Posts: 13K,
Visits: 102K
|
There is a minor mistake in the script's <list notargetvalue> element that can lead to the detailed error. The fix is to change the erroneous /selectionmode specification
<list notargetvalue> /items = (1, 2, 3, 4, 5, 6, 7, 8) / not = (values.currenttarget) / selectionmode = replace </list>
to the proper
<list notargetvalue> /items = (1, 2, 3, 4, 5, 6, 7, 8) / not = (values.currenttarget) / selectionmode = random / replace = true </list>
|