- Joined
- Feb 22, 2006
- Messages
- 960
here is my problem, if my unit drops the item wc3 crashes
-
BG Item reset
-
Events
-
Unit - A unit loses an Item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Tower Controller
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Hero manipulating item) belongs to an ally of Player 1 (Red)) Equal to True
-
-
Then - Actions
-
Countdown-Timer - Pause bg1_win_t1
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Hero manipulating item) belongs to an ally of Player 6 (Orange)) Equal to True
-
-
Then - Actions
-
Countdown-Timer - Pause bg1_win_t2
-
-
Else - Actions
-
-
Game - Display to (All players) for 15.00 seconds the text: The Tower Controlle...
-
Item - Move (Item being manipulated) to (Center of Region 017 <gen>)
-
-