Import lists elements from a file (lines) #34
saif-ellafi
started this conversation in
Ideas
Replies: 1 comment
-
This was almost already implemented. I just needed to add the shortcut
In this example, "allNames" is the name of the master list we are populating. humanNames, elfNames and dwarfNames are text files with actual names in them (one name per line). The first 3 lines pull the file items into the "allNames" list, while the final line picks a random name from the "allNames" list. Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks for building this!
I wanted to propose a way of "adding" a list by parsing rows in a file. Something like
;;list addfile npcs my_lists/my_file_with_100_npcs
This would be great for importing some of my d100 tables quickly into it (unless there's another way), from for example a PDF.
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions