- Joined
- May 26, 2009
- Messages
- 760
Greetings Dear Hivers,
I have tried various things to beat this problem, but with no success yet. I want to make a simple GUI trigger function. The problem is; how should I make the building load the unit AFTER it arrives by the building? The below is how it would be in a perfect world.
Chizume
I have tried various things to beat this problem, but with no success yet. I want to make a simple GUI trigger function. The problem is; how should I make the building load the unit AFTER it arrives by the building? The below is how it would be in a perfect world.
-
Unit Walks
-
Events
-
Unit - A unit Finishes construction
-
-
Conditions
-
(Unit-type of (Constructed structure)) Equal to House
-
-
Actions
-
Unit - Order Villager 0001 <gen> to Move To (Position of (Constructed structure))
-
Wait - Wait until Villager 0001 <gen> comes within 100.00 radius of (Position of (Constructed structure)
-
Unit - Order (Constructed structure)) to Load Villager 0001 <gen>
-
Chizume
Last edited: