I've been trying and searching for about an hour - I'd like to initialise a one dimensional array (at creation of the scene) to have a value of -1 in each variable. But the actions after 'on start of layout' don't seem to include the capacity to have a for loop to do this?
So how can I set the value of each array variable? I'm guessing construct is quite capable of doing this (as all programming languages are!), but how it wants me to tell it to do it full on eludes me!
Also I want to show them on the screen - I'm guessing I'll use something like the shooter tutorials method, but any hints appreciated.
In the end I'm using the array to represent days, each variable is a day and has the growth (in percentage) of a particular group of plants.
Thanks for any help you can give!