Thread: Probabilities
View Single Post
  #5  
Old 04-20-2007, 08:16 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by killerogue View Post
E: Also where'd you get the 64 max prob num from?
PHP Code:
mineTable = {
  {
"nothing"50},
  {
"iron"10},
  {
"gold"3},
  {
"diamond"1}
 } 
50 + 10 + 3 + 1 = 64

Probably from there
__________________
Reply With Quote