RandomDistAddItem

Parameters
inID integer
inChance integer
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function RandomDistAddItem takes integer inID, integer inChance returns nothing
    set bj_randDistID[bj_randDistCount] = inID
    set bj_randDistChance[bj_randDistCount] = inChance
    set bj_randDistCount = bj_randDistCount + 1
endfunction