How to make a mass ike chf

Status
Not open for further replies.
Yeah give us more information, no one will answer because there isn't any information at all, no one will understand what you want exactly..
 
  • Untitled 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)
 
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.

If you want to learn more about triggers I suggest to take a look in this forum:
https://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/
 
But why do you have to press escape?? And does it matter if i didnt put down check if matching unit is alive?

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
 
Last edited by a moderator:
Nah it didnt work at the start i pressed on the esc button but the footmen just stay there ....

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 :P If that doesn't work, would you mind uploading the map in your pastebin so that we can have a look and fix it?
 
Status
Not open for further replies.
Back
Top