The search keyword must be a single word (no spaces).
Function RandomDistAddItem
- Line
- 10509
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer inID, integer inChance
- Returns
- nothing
| 10509 | function RandomDistAddItem takes integer inID, integer inChance returns nothing |
| 10510 | set bj_randDistID[bj_randDistCount] = inID |
| 10511 | set bj_randDistChance[bj_randDistCount] = inChance |
| 10512 | set bj_randDistCount = bj_randDistCount + 1 |
| 10513 | endfunction
|