Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
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
First of all the Trig doesnt work and second of all the last trigger doesnt work. And also you added a extra thing at the start the skip cinematic sequence. Does it matter if you dont have matching unis alive equal to true? i just only have unit-type equal to footmen?
First of all the Trig doesnt work and second of all the last trigger doesnt work. And also you added a extra thing at the start the skip cinematic sequence. Does it matter if you dont have matching unis alive equal to true? i just only have unit-type equal to footmen?
This trigger works when you press escape, the units will walk to the middle of the map.
Basically: it picks all the units in the map and checks if they are alive. if they are they will walk to the middle of the map.
The trigger gets fired by an event, the event is:
Player - Player 1 (Red) skips a cinematic sequence
Which basically means: whenever player 1 presses escape do the following actions.
It won't make such a big difference if the matching unit is alive or not. Dead units don't move anyways... If you make it so that the matching unit type equals footman this will be working for all the units which type is footman ofcourse..
Nah it didnt work at the start i pressed on the esc button but the footmen just stay there ....
Mass
Events
Player - Player 1 (Red) skips a cinematic sequence
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Set Position = (Center of (Playable map area))
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Footman)) and do (Actions)
Loop - Actions
Unit - Order (Picked unit) to Attack-Move To Position
This is what i made check it please
Paste your trigger here please, right click the name of your trigger inside your trigger, copy as text and paste it in a reply between trigger tags.
EDIT: hmm that's really odd since it should work, would you mind changing the event to: elapsed game time?
make it 5 seconds or so.
Also: make sure that there are indeed footmans inside your map If that doesn't work, would you mind uploading the map in your pastebin so that we can have a look and fix it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.