I'm trying a simple code to test if I can pick a random obj with python but it always get the same one..
made 5 sprites and added them to Items family
made a script like
Layout start:
Items.PickRandom()
Items.SetAngle(30)
but always get the same object..
How do I get a random obj?