- Joined
- Aug 19, 2007
- Messages
- 1,380
Howdy,
Does the following trigger leak? I can't remember where I got it from, was a long time I implemented it;
Does the following trigger leak? I can't remember where I got it from, was a long time I implemented it;
-
Support Bot ready
-
Events
-
Unit - A unit Finishes training a unit
-
-
Conditions
-
(Unit-type of (Trained unit)) Equal to Support Bot
-
-
Actions
-
Set TEMP_PointSoundSupportBotR = No sound
-
Custom script: if GetLocalPlayer() == GetOwningPlayer(GetTriggerUnit()) then
-
Set TEMP_PointSoundSupportBotR = PWiRdy00 <gen>
-
Custom script: endif
-
Sound - Play TEMP_PointSoundSupportBotR
-
-