i can't remember and can't find anywhere how to use this syntax:
e\rotyspeed# = (Rand(0,1) = 1) ? -3:3
I'm looking for rand to return 0 or 1, and i translate that into -3 or 3
clues for the clueless?
e\rotyspeed# = (Rand(0,1) = 1) ? -3:3
I'm looking for rand to return 0 or 1, and i translate that into -3 or 3
clues for the clueless?