- Joined
- Aug 3, 2004
- Messages
- 2,905
This does not function.
-
Essence Start
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
((Triggering unit) has buff Essence ) Equal to True
-
-
Actions
-
Set Essence_Start_Units = (Units owned by (Owner of (Triggering unit)) of type Crux)
-
Set Essence_Start_Integer = (Number of units in Essence_Start_Units)
-
Unit - Set level of Essence for (Triggering unit) to ((Level of Essence for (Triggering unit)) + Essence_Start_Integer)
-
Custom script: call DestroyGroup(udg_Essence_Start_Units)
-
-