I am trying to wrap my head wround how to deal with lists. Here is what I want to achieve:
- I want to have a list with multiple entries
- from those entries, I want to select one randomly
- after that, I want to delete the entry, so that it can't be selected the next time
what objects and commands do I use for it? I tried to play around with lists and arrays, but I could not figure out how to achieve said points. Can someone point me into the right direction please?