- Joined
- May 11, 2010
- Messages
- 278
-
Spawn warning loop
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
- Set TempPoint = (Center of (Playable map area))
- Special Effect - Create a special effect at TempPoint using Abilities\Spells\Orc\AncestralSpirit\AncestralSpiritCaster.mdl
- Custom script: call RemoveLocation(udg_TempPoint)
-
Events
- Special Effect - Destroy (Last created special effect)
However, when i put the destroy function in, the effect doesn't play.
According to Things That Leak this shouldn't be the case. Help me out here?