This is an old revision of the document!
⇐ Index
SetUnitAmmo(<-unit <-amt)
Sets the ammo of the unit. A value of 1 is how much a packet normally delivers. The ammo can not exceed the max ammo, so set max ammo first. Amt values less than zero are changed to zero.
SetUnitMaxAmmo(self 100) SetUnitAmmo(self 100)
⇐ Index