- Joined
- Oct 31, 2010
- Messages
- 34
This trigger i made doesnt work maker made it and i tested it but it doesnt work i want to make all the footmen go in the middle to fight this is like Custom hero footies
ntitled Trigger 010
Events
Player - Player 1 (Red) skips a cinematic sequence
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Set point = (Center of (Playable map area))
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is alive) Equal to True) and ((Unit-type of (Matching unit)) Equal to Footman))) and do (Actions)
Loop - Actions
Unit - Order (Picked unit) to Attack-Move To point
Custom script: call RemoveLocation(udg_point)
ntitled Trigger 010
Events
Player - Player 1 (Red) skips a cinematic sequence
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Set point = (Center of (Playable map area))
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is alive) Equal to True) and ((Unit-type of (Matching unit)) Equal to Footman))) and do (Actions)
Loop - Actions
Unit - Order (Picked unit) to Attack-Move To point
Custom script: call RemoveLocation(udg_point)