- Joined
- Jul 15, 2018
- Messages
- 112
I created this trigger for a map item to ping certain locations. The text that accompanies this appears twice in a row for some reason. Why is this happening?
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Item-type of (Item being manipulated)) Equal to Rough Map
Then - Actions
Set TriggeringPlayer = (Triggering player)
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0400 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0417 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Castle Doodad 0001 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0399 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0058 <gen>) for 5.00 seconds
Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) for 5.00 seconds the text:
Northwest - Lordsport
Northeast- Brimhaven
Central- Capital City
South- Deepwood
Southeast- Runestone
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Item-type of (Item being manipulated)) Equal to Rough Map
Then - Actions
Set TriggeringPlayer = (Triggering player)
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0400 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0417 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Castle Doodad 0001 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0399 <gen>) for 5.00 seconds
Cinematic - Ping minimap for (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) at (Position of Town Hall 0058 <gen>) for 5.00 seconds
Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to TriggeringPlayer)) for 5.00 seconds the text:
Northwest - Lordsport
Northeast- Brimhaven
Central- Capital City
South- Deepwood
Southeast- Runestone
Else - Actions