HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Possible to add a "shift right-click" action to a unit?

03-12-2005, 12:42 AM#1
Lil Blue Smurf
Like the title. Is it possible to order a unit to "shift right-click" something, or in some other way add an action the unit will perform once it's current task is done, with triggers?
03-12-2005, 06:41 AM#2
Guest
You can chain actions with triggers yes:
For example, your unit must kill a unit THEN attack another unit

E - A unit dies
C - (Dying unit) equal to (unit)
A - Order (Killing unit) to attack (other unit)

But there is no way to add 'waypoint flags' through GUI (maybe JASS, but I doubt it)