by Major Cooke » Sun Mar 04, 2018 1:14 pm
This is
NOT the same as the amount parameter.
This code here:
is equivalent of performing:
Code: Select all
DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128
This is [u]NOT[/u] the same as the amount parameter.
This code here:
[code]DropItem "CellPack", 128, 0, 4[/code]
is equivalent of performing:
[code]DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128
DropItem "CellPack", 128[/code]