AddSpecialEffectLocWithTimer
not ratedThis lets you create a special effect that will automatically delete itself after a period of time. This way you don't have to worry about going back and deleting it. Although the AddSpecialEffectLocWithTimer_Child function is necessary for this to work, you should only call AddSpecialEffectLocWithTimer, which takes the same parameters as the normal special effect function except you also have to pass it duration. The reason a separate trigger is created is because without it, the wait would cause whichever trigger is calling the function to pause until the special effect was deleted.