(Line: 197) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 1 (Red) Sector named (Name of Player 1 (Red)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesRed[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 1 (Red) Sector named (Name of Player 1 (Red)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesRed[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 1 (Red) Sector named (Name Player 1 (Red)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 206) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 1 (Red) at (Center of 00 <gen>) facing 315.00 degrees
Unit - Create 1 Artillery for Player 1 (Red) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 00 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 1 (Red) at MyLocation facing 315.degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 208) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 209) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 209) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 210) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 1 (Red)) + won the round!) at (Center of 00 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 1 (Red)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 00 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 1 (Red)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 217) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 00 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 217) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 00 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 00 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 218) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 1 (Red)) + lost the round!) at (Center of 00 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 1 (Red)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 00 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 1 (Red)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 221) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 00 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 00 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 228) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 2 (Blue) Sector named (Name of Player 2 (Blue)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesBlue[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 2 (Blue) Sector named (Name of Player 2 (Blue)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesBlue[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 2 (Blue) Sector named (Name Player 2 (Blue)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 237) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 2 (Blue) at (Center of 10 <gen>) facing 270.00 degrees
Unit - Create 1 Artillery for Player 2 (Blue) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 10 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 2 (Blue) at MyLocation facing 270.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 239) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 240) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 240) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 241) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 2 (Blue)) + won the round!) at (Center of 10 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 2 (Blue)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 10 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 2 (Blue)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 248) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 10 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 248) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 10 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 10 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 249) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 2 (Blue)) + lost the round!) at (Center of 10 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 2 (Blue)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 10 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 2 (Blue)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 252) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 10 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 10 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 259) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 3 (Teal) Sector named (Name of Player 3 (Teal)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesTeal[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 3 (Teal) Sector named (Name of Player 3 (Teal)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesTeal[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 3 (Teal) Sector named (Name Player 3 (Teal)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 268) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 3 (Teal) at (Center of 20 <gen>) facing 225.00 degrees
Unit - Create 1 Artillery for Player 3 (Teal) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 20 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 3 (Teal) at MyLocation facing 225.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 270) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 271) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 271) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 272) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 3 (Teal)) + won the round!) at (Center of 20 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 3 (Teal)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 20 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 3 (Teal)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 279) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 20 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 279) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 20 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 20 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 280) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 3 (Teal)) + lost the round!) at (Center of 20 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 3 (Teal)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 20 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 3 (Teal)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 283) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 20 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 20 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 290) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 4 (Purple) Sector named (Name of Player 4 (Purple)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesPurple[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 4 (Purple) Sector named (Name of Player 4 (Purple)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesPurple[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 4 (Purple) Sector named (Name Player 4 (Purple)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 299) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 4 (Purple) at (Center of 21 <gen>) facing 180.00 degrees
Unit - Create 1 Artillery for Player 4 (Purple) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 21 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 4 (Purple) at MyLocation facing 180.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 301) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 302) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 302) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 303) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 4 (Purple)) + won the round!) at (Center of 21 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 4 (Purple)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 21 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 4 (Purple)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 310) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 21 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 310) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 21 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 21 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 311) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 4 (Purple)) + lost the round!) at (Center of 21 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 4 (Purple)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 21 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 4 (Purple)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 314) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 21 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 21 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 321) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 5 (Yellow) Sector named (Name of Player 5 (Yellow)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesYellow[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 5 (Yellow) Sector named (Name of Player 5 (Yellow)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesYellow[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 5 (Yellow) Sector named (Name Player 5 (Yellow)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 330) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 5 (Yellow) at (Center of 22 <gen>) facing 135.00 degrees
Unit - Create 1 Artillery for Player 5 (Yellow) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 22 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 5 (Yellow) at MyLocation facing 135.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 332) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 333) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 333) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 334) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 5 (Yellow)) + won the round!) at (Center of 22 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 5 (Yellow)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 22 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 5 (Yellow)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 341) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 22 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 341) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 22 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 22 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 342) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 5 (Yellow)) + lost the round!) at (Center of 22 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 5 (Yellow)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 22 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 5 (Yellow)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 345) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 22 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 22 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 352) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 6 (Orange) Sector named (Name of Player 6 (Orange)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesOrange[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 6 (Orange) Sector named (Name of Player 6 (Orange)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesOrange[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 6 (Orange) Sector named (Name Player 6 (Orange)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 361) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 6 (Orange) at (Center of 12 <gen>) facing 90.00 degrees
Unit - Create 1 Artillery for Player 6 (Orange) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 12 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 6 (Orange) at MyLocation facing 90.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 363) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 364) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 364) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 365) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 6 (Orange)) + won the round!) at (Center of 12 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 6 (Orange)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 12 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 6 (Orange)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 372) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 12 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 372) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 12 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 12 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 373) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 6 (Orange)) + lost the round!) at (Center of 12 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 6 (Orange)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 12 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 6 (Orange)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 376) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 12 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 12 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 383) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 7 (Green) Sector named (Name of Player 7 (Green)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesGreen[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 7 (Green) Sector named (Name of Player 7 (Green)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesGreen[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 7 (Green) Sector named (Name Player 7 (Green)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 392) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 7 (Green) at (Center of 02 <gen>) facing 45.00 degrees
Unit - Create 1 Artillery for Player 7 (Green) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 02 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 7 (Green) at MyLocation facing 45.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 394) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 395) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 395) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 396) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 7 (Green)) + won the round!) at (Center of 02 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 7 (Green)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 02 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 7 (Green)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 403) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 02 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 403) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 02 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 02 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 404) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 7 (Green)) + lost the round!) at (Center of 02 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 7 (Green)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 02 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 7 (Green)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 407) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 02 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 02 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 414) (Word: 20) Location Leak
Cinematic - Send transmission to (All players) from a Player 8 (Pink) Sector named (Name of Player 8 (Pink)) at (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesPink[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
Cinematic - Send transmission to (All players) from a Player 8 (Pink) Sector named (Name of Player 8 (Pink)) at ^Leak
(Suggested Fix) Set MyLocation = (Center of (Playable map area)): Play No sound and display (Final Score: + ((String((((Real(ResourcesPink[8])) / 96.00) x 100.00))) + %)). Modify duration: Set to 1.00 seconds and Wait
(Suggested Fix) Cinematic - Send transmission (All players) from a Player 8 (Pink) Sector named (Name Player 8 (Pink)) at MyLocation Wait
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 423) (Word: 10) Location Leak
Unit - Create 1 Artillery for Player 8 (Pink) at (Center of 01 <gen>) facing 0.00 degrees
Unit - Create 1 Artillery for Player 8 (Pink) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 01 <gen>)
(Suggested Fix) Unit - Create 1 Artillery for Player 8 (Pink) at MyLocation facing 0.00 degrees
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 425) (Word: 9) Location Leak
Unit - Order (Last created unit) to Move To (Center of 11 <gen>)
Unit - Order (Last created unit) to Move To ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Unit - Order (Last created unit) to Move To MyLocation <gen>)
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 426) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 426) (Word: 8) Location Leak
Special Effect - Create a special effect at (Position of (Last created unit)) using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Position of (Last created unit))
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 427) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 8 (Pink)) + won the round!) at (Center of 01 <gen>) with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 8 (Pink)) + won the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 01 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 8 (Pink)) + won the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 434) (Word: 3) Special Effect Leak
Special Effect - Create a special effect at (Center of 01 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - ^Leak
(Suggested Fix) Special Effect - Destroy (Last created special effect)
(Line: 434) (Word: 8) Location Leak
Special Effect - Create a special effect at (Center of 01 <gen>) using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
Special Effect - Create a special effect at ^Leak
(Suggested Fix) Set MyLocation = (Center of 01 <gen>)
(Suggested Fix) Special Effect - Create a special effect at MyLocation using Abilities\Spells\Demon\DarkPortal\DarkPortalTarget.mdl
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 435) (Word: 18) Location Leak
Floating Text - Create floating text that reads ((Name of Player 8 (Pink)) + lost the round!) at (Center of 01 <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
Floating Text - Create floating text that reads ((Name of Player 8 (Pink)) + lost the round!) at ^Leak
(Suggested Fix) Set MyLocation = (Center of 01 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads ((Name Player 8 (Pink)) + lost the round!) at MyLocation with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 438) (Word: 13) Location Leak
Floating Text - Create floating text that reads Player not in game at (Center of 01 <gen>) with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
Floating Text - Create floating text that reads Player not in game at ^Leak
(Suggested Fix) Set MyLocation = (Center of 01 <gen>)
(Suggested Fix) Floating Text - Create floating text that reads Player not in game at MyLocation with Z offset 0.00, using font size 10.00, color (50.00%, 50.00%, 50.00%), and 0.00% transparency
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 448) (Word: 7) Unit Group Leak
Unit Group - Pick every unit in (Units in Internal cinematic <gen>) and do (Actions)
Unit Group - Pick every unit in ^Leak
(Suggested Fix) Set MyUnitGroup = (Units in Internal cinematic <gen>)
(Suggested Fix) Unit Group - Pick every unit MyUnitGroup and do (Actions)
(Suggested Fix) Custom script: call DestroyGroup(udg_MyUnitGroup)
(Line: 454) (Word: 7) Location Leak
Camera - Rotate camera 360.00 degrees around (Center of 11 <gen>) for (Picked player) over 14.00 seconds
Camera - Rotate camera 360.00 degrees around ^Leak
(Suggested Fix) Set MyLocation = (Center of 11 <gen>)
(Suggested Fix) Camera - Rotate camera 360.00 degrees around MyLocation for (Picked player) over 14.00 seconds
(Suggested Fix) Custom script: call RemoveLocation(udg_MyLocation)
(Line: 461) (Word: 7) Unit Group Leak
Unit Group - Pick every unit in (Units in Cinematic area <gen>) and do (Actions)
Unit Group - Pick every unit in ^Leak
(Suggested Fix) Set MyUnitGroup = (Units in Cinematic area <gen>)
(Suggested Fix) Unit Group - Pick every unit MyUnitGroup and do (Actions)
(Suggested Fix) Custom script: call DestroyGroup(udg_MyUnitGroup)