• 🏆 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!

[Trigger] Why does this trigger crashes wc3?

Status
Not open for further replies.
Level 16
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>)
 
Status
Not open for further replies.
Top