• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Order to clear production?

Status
Not open for further replies.
Level 5
Joined
Nov 30, 2012
Messages
200
If you want all the units cleared out, you could just replace the unit via triggers. Otherwise, it's impossible.
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Hmh, you can order buildings (and units) to "cancel". This effectively removes 1 unit from the production queue.
That means that if you do it 7 times, the queue will be completely cleared.
  • Custom script: call IssueImmediateOrderById( udg_unit, 851976 )
"udg_unit" is a unit-variable (called "unit"), you can use these if that's easier:

Triggering Unit: GetTriggerUnit()
Picked unit: GetEnumUnit()
Selling Unit: GetSellingUnit()

There are more obviously, but for a building that should suffice.
 
Status
Not open for further replies.
Top