Hello,
I have like 10 objects "spawner". spawner object has a instance variable x
How do I pick a random spawner instance that has the instance variable x =0?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Condition Spawner - Compare Instance Variable value - X = 0
Condition System - Pick random instance Spawner
Thanks. so simple