Discuss this page on this pages [[objAddBuyOrder Talk Page|TalkPage]] === objAddBuyOrder === ^ Syntax | (objAddBuyOrder obj criteria priceAdj) | ^ Arguments | obj: The space object to add the buy order to | ^ | criteria: criteria chain; see [[modding:function:legend#Item_criteria|Item Criteria]]| ^ | priceAdj: Price adjustment for the buy order, in percent of the item's value.| ^ Returns | True if succesful, Nil otherwise| ^ Category | [[spaceObject functions]]| ^ Description | This instructs a space object to add the given items matching the criteria to the items they buy in trade. | === Example === (objAddBuyOrder gSource "a" 100) Allows the station to buy armor items for 100% of their value. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list