MikeD Posted April 8, 2013 Posted April 8, 2013 I have viewed that post before and what puzzled me is the equation $x = Random -50 // Assigns $x a value of 1 I would think the result would be a value between -50 and 0. In any case my lesson from all this is to test before posting, I usually do! Thank you (again) for keeping us on the correct path. ~Mike
LeeG Posted April 8, 2013 Posted April 8, 2013 Mike The Random function creates a positive number "Random $x = Random a (Assigns $x a random value between 1..a inclusive, or 1 if a <= 1)"
Recommended Posts