22-01-2009, 02:12 AM
I do something like :
Where .Chance = whatever % you want.
Code:
If Npc(NpcNum).Drop(i).Chance > (Rnd * 100) Then 'Whatever'
Where .Chance = whatever % you want.