- Joined
- Jul 28, 2007
- Messages
- 920
Ok, i am making maps similar to card shuffle, ( card game ), so i had one system but it seems it has bugs... so what i need is IDEA, how to create some system, that makes when player uses spell to give him one random item of 60 avalible items, like u have deck of 60 cards(items) so when u use spell u must get one of those card, but cards have limitation, like, common cards - u can have only 6 of them, so u can get it only 6 times, 7th time u wont get it, u will get another, IDEA pls
or i need just how to give 60 variables diffrent numbers,
at the start game will give diffrent numbers to 60 variables.
Var1=2
Var2=4
Var3=5
next game
Var1=4
Var2=2
Var3=5
next game
Var1=5
Var2=2
Var3=4
and so on...
or i need just how to give 60 variables diffrent numbers,
at the start game will give diffrent numbers to 60 variables.
Var1=2
Var2=4
Var3=5
next game
Var1=4
Var2=2
Var3=5
next game
Var1=5
Var2=2
Var3=4
and so on...