This is an automated archive made by the Lemmit Bot.

The original was posted on /r/perchance by /u/SkryptCurrencies on 2023-07-04 10:21:42+00:00.


I’m trying to implement SelectUnique instead of SelectMany in this code that I have. Not sure why it’s not working? Do I need to import something?

consumableLeafList = {import:consumable-leaf-list-plugin}

title

Rand

teams

<b>Team 1:</b></br> [l = consumableLeafList(players).selectMany(5).joinItems(“<br>”)] <br><br> <b>Team 2:</b></br> [l = consumableLeafList(players).selectMany(5).joinItems(“<br>”)]

champs

<b>Champ Pool 1:</b></br> \[l = consumableLeafList(champion).selectMany(5).joinItems("<br>")\] <br><br> <b></b></br> \[l = consumableLeafList(champion).selectMany(5).joinItems("<br>")\]

champs2

<b>Champ Pool 2:</b></br> [l = consumableLeafList(champion).selectMany(5).joinItems(“<br>”)] <br><br> <b></b></br> [l = consumableLeafList(champion).selectMany(5).joinItems(“<br>”)]