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

[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