I'm trying to pick objects from a group of objects, and I noticed that you cant add objects to arrays, so I tried something like this:
playerChoice & Player.choiceIndex & .X
where I have some objects like
playerChoice1
playerChoice2
playerChoice3
playerChoice4
I'd like to write something a bit more elegant than a huge block of if statements. I'm used to autohotkey and there you would use a command to evaluate an inner statement to inject into the broader expression. Any idea if this or something equivalent is possible?