• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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