Im trying to make the AI use unsubmerge. Can some one pls show me the trigger.
And where to find everything.
this is the trigger at the moment.
And where to find everything.
this is the trigger at the moment.
-
Use Meat Hook
-
Events
- Time - Every 0.10 seconds of game time
- Conditions
-
Actions
- Set Temp_Unit = (Random unit from AI_Group)
- Set temp_Group = (Units in Arena <gen> matching ((((Matching unit) belongs to an enemy of (Owner of Temp_Unit)) Equal to True) and (((Matching unit) is dead) Equal to False)))
- Unit - Order Temp_Unit to Undead Death Knight - Death Pact (Random unit from temp_Group)
- Custom script: call DestroyGroup(udg_temp_Group)
-
Events