• 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.

Easy Al

Status
Not open for further replies.
Level 5
Joined
Feb 19, 2008
Messages
110
I have a spawn based map and i want to make it able to play with computers. all i want is that the computer picks most of his units and attacks a base/possition. could somebody post a picture of a trigger that does this? :D
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
I have a spawn based map and i want to make it able to play with computers. all i want is that the computer picks most of his units and attacks a base/possition. could somebody post a picture of a trigger that does this? :D
  • Unit Orders
    • Events (your event)
    • Conditions
    • Actions
      • Set UNITGROUP = (YourUnitGroup)
      • Unit Group - Order UNITGROUP to Attack (YourUnit)
      • Custom script: call DestroyGroup(udg_UNITGROUP)
UNITGROUP is a variable

new action>click s>edit variable>.......
 
Status
Not open for further replies.
Top