Can't seem to figure out how i can create as many objects as one global variable shows.
[quote:31dwjc8w]Example:
On Start of Layout:
Function Call: "newrow"
On Function "newrow":
System = Set Cube to: Choose(1,2,3,4,5,6,7)
Function Call "cubespawn"
On Function "cubespawn":
Pick a random GridSystem instance: Here i want to create the objects according to what was chosen for the global variable eg: if it choose to set the variable to 4, i want 4 objects being created at once
Please do tell, if there is any easier way for doing this.
Im kinda stuck from here on, been trying a lot of stuff but not really gotten my result i wanted.
Hope you're able to help me.