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

Setting a creation point?

Status
Not open for further replies.
Level 15
Joined
Jul 9, 2008
Messages
1,552
Ull have to trigger it

Make a region where u want the unit to go

Soz on mobile but ur trigger will look somthing like this

Event
A unit is bought
Condition
Selling unit equal to your merchant
Action
Set temp_point center of your region
Move sold unit to temp point
Custom script: call RemoveLocation(udg_temp_point)
 
Level 12
Joined
Dec 2, 2016
Messages
733
Ull have to trigger it

Make a region where u want the unit to go

Soz on mobile but ur trigger will look somthing like this

Event
A unit is bought
Condition
Selling unit equal to your merchant
Action
Set temp_point center of your region
Move sold unit to temp point
Custom script: call RemoveLocation(udg_temp_point)

Thanks!
 
Status
Not open for further replies.
Top