- Joined
- May 26, 2014
- Messages
- 41
How can i make this trigger work for all of the players, not only red? I'm really noobish at triggers and i'm trying to make an AMH system. Basically want i want is to pan the camera of all players to a certain point and then return them to where they were. Also, could be there any leaks? Would be greatly appreciated if someone can help.
-
test
-
Events
-
Time - Elapsed game time is 5.00 seconds
-
-
Conditions
-
(Player 2 (Blue) slot status) Equal to Is playing
-
(Player 4 (Purple) slot status) Equal to Is playing
-
(Player 10 (Light Blue) slot status) Equal to Is playing
-
-
Actions
-
Game - Display to (All players) the text: |cffff0000MAPHACK D...
-
Wait 0.30 seconds
-
Set CamPoint = (Target of current camera view)
-
Camera - Pan camera for Player 1 (Red) to (Target of Camera 001 <gen>) over 0.00 seconds
-
Special Effect - Create a special effect attached to the origin of Peasant 0364 <gen> using war3mapImported\DeathCrash.mdx
-
Special Effect - Destroy (Last created special effect)
-
Wait 0.10 seconds
-
Camera - Pan camera for (Matching player) to CamPoint over 0.00 seconds
-
-