AdamGriffith
You can change this now in User CP.
- Reaction score
- 69
A snippet from a spell that I made:
Code:
-------- ACTIVATED BY DESTRUCTIBLES --------
Destructible - Pick every destructible within 64.00 of Point2 and do (Set Integer = (Integer + 1))
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Integer Greater than or equal to 1
Then - Actions
Sound - Play CannonTowerMissile2 <gen> at 100.00% volume, located at Point2 with Z offset 0.00
Special Effect - Create a special effect at Point2 using Abilities\Spells\Other\Doom\DoomDeath.mdl
Special Effect - Destroy (Last created special effect)
Unit - Cause (Picked unit) to damage circular area after 0.00 seconds of radius 250.00 at Point2, dealing 500.00 damage of attack type Spells and damage type Normal
Unit Group - Remove (Picked unit) from Group_Rockets
Unit - Remove (Picked unit) from the game
Else - Actions
Set Integer = 0