Replies: 1 comment 3 replies
-
you can iterate over a list by making a loop: think of it like a deck of cards, and then deal them out one card at a time.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of "cases" (missions) that can be accepted or not. When they are accepted, I'd like their choices to be able to be added to the world.
Ideally, here, I'd like to automatically include the interactions from each of the
acceptedCases
. But I think there is no way to iterate over a list? Or perhaps there is a better way to structure this.Beta Was this translation helpful? Give feedback.
All reactions