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

Wall build system

Status
Not open for further replies.
Level 9
Joined
Jun 20, 2008
Messages
476
I want a system for a map im making
the basic is a worker uses a spell in a certain direction and walls will be build to that point (vertical and horizontal needed and if u can add diagonal 1 and 2)
I will give rep even if u linked me to that kind of system

(a link is good too)

Thx in advance:wink:
 
Level 13
Joined
Jun 9, 2009
Messages
1,135
man use this thing : Build System
  • Events
    • Unit - A unit Finishes construction
    • Conditions
      • (Unit-type of (Constructed structure)) Equal to Altar of Kings
    • Actions
      • Unit - Remove (Constructing structure) from the game
      • Unit - Create 1 Altar of Kings for (Owner of (Constructing structure)) at (Position of (Constructing structure)) facing 180.00 degrees
 
Level 6
Joined
Jul 8, 2009
Messages
60
man use this thing : Build System
  • Events
    • Unit - A unit Finishes construction
    • Conditions
      • (Unit-type of (Constructed structure)) Equal to Altar of Kings
    • Actions
      • Unit - Remove (Constructing structure) from the game
      • Unit - Create 1 Altar of Kings for (Owner of (Constructing structure)) at (Position of (Constructing structure)) facing 180.00 degrees

Doesn't that trigger leak though?
 
Status
Not open for further replies.
Top