after random() generated a number, I want to do different stuff based on the value, how do I do an if/then/else after a random call ?
I can't do nested if then else...how do you do that ?
Develop games in your browser. Powerful, performant & highly capable.
Right-click your first IF, and Add->Add Else, then add another condition to the else. Repeat.