Quote:
Originally posted by Stefan
You can add several lines with small chance and different x and y to get the same effect, although a random() function would be good for that yes
|
Maybe explain the syntax for the random function i know for c++ it's
"( rand() % max) + min" - but I'm sure it's different.