I'm looking for a way to issue an order to a unit with an inventory to sell a particular item in their inventory through a trigger. I've tried issuing an order to a pawn shop to use its Pawn ability targeting the item to no avail, and also tried to issue the Inventory ability's Pawn Instant command to the item itself with no result as well. Any other orders from triggers don't seem to be able to target both the item and the pawn shop (or the unit carrying the target item and the item itself).
Is there a way to issue an order to a unit to sell a specified inventory item through a trigger?
Why don't you just remove the item (unit), and give the player specific amount of minerals for it?
Maybe catalog values can be helpful to determine what the cost is.
Regards
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm looking for a way to issue an order to a unit with an inventory to sell a particular item in their inventory through a trigger. I've tried issuing an order to a pawn shop to use its Pawn ability targeting the item to no avail, and also tried to issue the Inventory ability's Pawn Instant command to the item itself with no result as well. Any other orders from triggers don't seem to be able to target both the item and the pawn shop (or the unit carrying the target item and the item itself).
Is there a way to issue an order to a unit to sell a specified inventory item through a trigger?
I don't think so.
Why don't you just remove the item (unit), and give the player specific amount of minerals for it?
Maybe catalog values can be helpful to determine what the cost is.
Regards