- Joined
- Jan 18, 2007
- Messages
- 180
-
shower
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Shower
-
-
Actions
-
Set cpoint = (Target point of ability being cast)
-
Set cgroup = (Units in (Region centered at (Target point of ability being cast) with size (350.00, 350.00)) matching ((Unit-type of (Picked unit)) Equal to Growing Crops))
-
Unit Group - Pick every unit in cgroup and do (Actions)
-
Loop - Actions
-
Unit - Replace (Picked unit) with a Grown Crops using The old unit's relative life and mana
-
-
-
Custom script: call RemoveRect(udg_cregion)
-
Custom script: call DestroyGroup(udg_cgroup)
-
-