Discuss this page on this pages [[objCharge Talk Page|TalkPage]] === objCharge === See [[http://xelerus.de/index.php?s=functions&function=74|objCharge at Xelerus]] ^ Syntax | (objCharge obj amount) -> remaining balance | ^ Arguments | obj: The spaceObject that you want to take credits away from. | ^ | amount: The amount of credits you want to remove. | ^ Returns | integer: The remaining balance of the spaceObject you removed creadits from | ^ Category | [[cash]], [[spaceobject]] | ^ Description | Takes credits away from the the spaceObject. | === Example === (objCharge gSource 200) Removes 200 credits from whatever gSource is bound too. Return to [[:Functions]] list