0 Members and 7 Guests are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
randInt
sub(RND,1,10) .Example usage to generate a random number from 1-10.<------- Random Integer ------->.Input: r₁=lower bound. r₂=upper bound.Output: random integer from r₁-r₂Lbl RNDReturn rand^(r₂-r₁+1)+r₁
If this has already been brought up, I'm sorry, but drawing text to the back buffer. Without it, you have to Exch() the buffers every time you want to draw black text in 4lv grayscale, and that's slooooooow. Perhaps a new Fix command?