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

Does any of this leak?

Status
Not open for further replies.
Level 8
Joined
Jul 17, 2004
Messages
283
Does any of this leak? If so, how and what needs cleaning?

PlayerCount is an Integer variable.

  • Set PlayerCount = (Number of players in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User))))
  • Animation - Play Armored Knight 0005 <gen>'s attack animation
  • Game - Display to (Player group((Triggering player))) for 0.50 seconds the text: Test
  • Player Group - Pick every player in (All players) and do (Actions)
    • Loop - Actions
      • Camera - Apply Cam <gen> for (Picked player) over 0.01 seconds
  • Special Effect - Create a special effect at (Position of Armored Knight 0005 <gen>) using Abilities\Spells\Human\MassTeleport\MassTeleportTarget.mdl
  • Special Effect - Destroy (Last created special effect)
 

Rheiko

Spell Reviewer
Level 25
Joined
Aug 27, 2013
Messages
4,121
you should destroy your first trigger when you're done using it
and use this
  • Set TempPoint = (Position of Armored Knight 0005 <gen>)
  • Special Effect - Create a special effect at TempPoint using Abilities\Spells\Human\MassTeleport\MassTeleportTarget.mdl
  • Special Effect - Destroy (Last created special effect)
  • call RemoveLocation(udg_TempPoint)
 
Status
Not open for further replies.
Top