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

[Solved] Issue Peon to build at specific location.

Status
Not open for further replies.
Level 1
Joined
Jun 24, 2018
Messages
3
Hello, is there any way that I could use triggers or Jass to issue a worker to build certain buildings at specific locations like X and Y.
 
Level 3
Joined
May 12, 2015
Messages
32
If you are using gui you can set a global unit variable to the peon then u can replace "unit" in the custom script with udg_VARIABLENAME (if name of variable is Peon, then you use udg_Peon)
 
Status
Not open for further replies.
Top