[Python] variable with random number !??

10/02/2014 14:23 DEMONKING.#1
hi there

iam now working on a little project in python ( metin2 client )

and i want to know how to make random numbers

i searched on the internet and all i found for the random nubmers is this :

Quote:
random.uniform(1, 10)
and when i tried to import the (random) module which i found here :
[Only registered and activated users can see links. Click Here To Register...]


it gave me this bug on the client :
[Only registered and activated users can see links. Click Here To Register...]


what i exactly want is how to make a random number in metin client :)

regards
10/02/2014 14:27 xGr33n#2
try

10/02/2014 15:00 DEMONKING.#3
Quote:
Originally Posted by xGr33n View Post
try

really thanks , love youuu :D