Functions Documentation
View Function Edit Function
Name shpRechargeItem
Syntax (shpRechargeItem ship expression number)
Argument List ship: The ship that has the item to recharge.
expression: An item struct or item list pointer to the item you want to recharge.
number: The number of charges you want to add to the item.
Returns condition: True if successful, Nil otherwise.
Category ship, item
Description Adds the given number of charges to the item on the ship.
Example
Comment As with the other charge function I don't know why it is part of the ship functions.