HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Destroying Multiple Triggers in the Gui

05-12-2004, 12:43 AM#1
TitanRevamped
how do u do it? cause sometimes i have alot of sfx and cant destroy oen by one. is there anyway? or can u just provide the jass? gui would pe prefered txs
05-12-2004, 12:58 AM#2
ThyFlame
Destroying a trigger doesn't destroy an SFX or any other object created in the trigger, like a unit-group or point.

You can save SFX's to variables and then use the GUI's Special Effect - Destroy Special Effect [variable] when you want to destroy said special effect.
05-12-2004, 01:48 AM#3
Shimrra
Use the Custom Script: "call DestroyTrigger(TriggerNameHere)" [remove paranthesis when using the script] function multiple times.