Random Take

-Viper-

Dedicated Member
Dedicated Member
May 3, 2005
84
0
52
Anyone know what command is to take a random amount of integral between 2 figures, like for example take anywhere between 250 and 1000 integral.

I know about the whole:

Random 5
@goto bla

random 5
@goto bla

etc.

But I just want it to take random amount without havnig to do 750+ of those lol

Viper
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
Made it better with functions Variables (P1..P8)...
mean don't use for this Digits D1..D9
 
Upvote 0

-Viper-

Dedicated Member
Dedicated Member
May 3, 2005
84
0
52
lol got it just before you posted (with help) ^_^

Thanks though ;)

Viper
 
Last edited:
Upvote 0

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
P is only local for a function, you can't use in other function
D is Digit
N is Number Global
A is String
B is String Global

The Server it self have a littel bug, I have see it override the Globals if 2 or more Player use the same Var type. So I have all my Function Modify with P if I can.
 
Upvote 0