So say I want an item to spawn when a players score is higher than 20 but less than 30 how could I do that?
Develop games in your browser. Powerful, performant & highly capable.
system compare variable condition
system player_score>20 | player_score<30
https://www.scirra.com/manual/124/system-conditions
Oh! thanks! I didn't think of that