Hello,
I am trying to seek help with Lioness. I have created a two-person game that repeats for three rounds. After the loop is done, I have a few stages after for participants to complete individually. The last screen is the conclusion screen. This is where my issue is. I need to get the number of points each player earned for round 1, 2 and 3 as one of the rounds is randomly selected for a bonus payment. I use the following code and get the correct data for the BlueOutcomes but get the term “array” instead of the points back for the GreenOutcomes:
Any guidance you can provide on this is greatly appreciated.
Also, is there a way to call decisions from another player from a different period (i.e. can I call data during period 4 for player one from player 2 from period 1)?
--
You received this message because you are subscribed to the Google Groups "LIONESS Lab help and discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lioness-lab...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/lioness-lab/578e11e9-6d38-4c90-8667-40385d75b6f3n%40googlegroups.com.
Hi Isabel,
You initially retrieve it with getValuesOthers() which will presumably create an array of the values from other players in a group. If this is just a single other player, you could save it as OtherEndOfRoundPtsGreen[0], i.e. the first element in the array.
Cheers, Lucas
--
You received this message because you are subscribed to the Google Groups "LIONESS Lab help and discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lioness-lab...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/lioness-lab/d822b209-2a91-428e-9ed2-8688edbb0975n%40googlegroups.com.