Hi,
I'm trying to store information in array cells like in the advanced random tutorial. In that tutorial the information was stored in a dictionary value field in this form:
[
[1,"CreatureA"],[2,"CreatureB"],[6,"CreatureC"],[2,"CreatureD"]
]
I am trying to use that same format in array cells, but it doesn't seem to work. Can someone tell me what I'm doing wrong?
Example project, trying to call randomized values of 0,1, and 2 by using 3 different probability tables.
dropbox.com/s/pmlrzvz4o36xupq/ProbabilityTableTest.c3p