Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
2 Triggerproblems!
2 Triggerproblems!
03-09-2004, 10:36 AM
#1
rlx.esp-samuro
1) how can i say a building that it should start producing a unit via Trigger?
2) i have a trigger, where i remove a unit, 20 seconds later there should be placed a new building at the same place of the removed unit!
how can i manage this?
03-09-2004, 02:32 PM
#2
Kamux
1)Make a trigger with the action unit-issue train/upgrade order.
2)Make a trigger that removes the first, store ist position in a variable and then create a unit at the variable point.
03-09-2004, 04:48 PM
#3
rlx.esp-samuro
can you give me the exact trigger?