Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/19 in all areas

  1. I need this pretty often, I could not find it anywhere on here so, for the next person that wishes to: 1. import 3 lists 2. export all possible combinations of the 3 lists I made a simple little UI, you will need to write in your variables or import from text files then just hit run. Enjoy. comment ("gpv - ui") ui block text("var 1",#var_01) ui open file("",#var_01) ui block text("var 2",#var_02) ui open file("",#var_02) ui block text("var 3",#var_03) ui open file("",#var_03) ui block text("output",#output) ui button("run") { input_to_list() loop_process() } comment ("gpv - cre
    1 point
  2. Looks good and it made me think what if you could accept any number of lists and do this. Use a list to store each list in a list item and make a crazy amount of variations. Although I'm not sure what I'd use it for
    1 point
×
×
  • Create New...