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

Effect Appear\Re Appear The Whole Time?

Status
Not open for further replies.
Level 18
Joined
Aug 23, 2008
Messages
2,319
Wouldn't it be more useful to make a trigger that activates like every 1.00 second, then sets a Boolean Variable named EffectCreated to check if the effect is created or not. If EffectCreated Equal to False, then set TempPoint = position you want them to be created, Create the effect at TempPoint, destroy TempPoint, set YourEffect = (Last Created Special Effect), and set EffectCreated = True. Else: If EffectCreated Equal to True, then Destroy YourEffect, and set EffectCreated = False.

This way it'll create or destroy the effect every second. You can change the interval to what you want.
 
Status
Not open for further replies.
Top