Hello, Dcrew here suggesting a feature!
Gamemaker has this function, Now I don't use game-maker.. But this is very useful!
A Choice Function!
So say if I put:
Set Global Variable 'Hmmm' to Choose(1,2,3,4,5,6,7,8,9)
It will loop this peice of code for the ammount of "," times
And it will choose any of those numbers randomly.
Another example:
Set Global Variable 'EG' to Choose(1,-1)
then It would choose either 1 or -1, at random!!
This is very useful, and I really hope to see it!
P.S: You could do it with strings to; Set Global String 'Hello' to Choose("hi","hello","hey","sup")