HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question

01-15-2004, 02:36 AM#1
zotax
Is there an action that stops the progress of any units being built, like a cancel order or something. I want to be able to cancel a hero revive in progress with triggers.
01-15-2004, 03:40 AM#2
Draco
You might be able to issue a string order "cancel" or something.

My trick way would be to select the building and force a UI key that cancels it.
01-15-2004, 04:49 AM#3
AllPainful
Quote:
Originally posted by Draco
You might be able to issue a string order "cancel" or something.

My trick way would be to select the building and force a UI key that cancels it.


For UI key is the only way that I know, force UI key ESC.

Giveing the unit a stop order doesn't work, and there is no cancel order (unless i missed it.)
01-15-2004, 05:09 AM#4
Draco
Or you could replace the altar with a brand new one really fast. Then, the resurecting would stop.

That's a good idea IMO.
01-15-2004, 08:46 AM#5
zotax
Oh yea, cause you could replace it with the exact same unit type, ya nice idea.