Resolved! Possible for the user to add to an array?
Hello, I am creating a 2D "person" object and I would like the clothes to be randomised using an array. I currently have it working as such: top_random = rnd(vardim1(top_colour)) pen top_colour[top_random] The user is able to edit the current values ...