How do I hide units in an cutscene?

Status
Not open for further replies.
  • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
    • Loop - Actions
      • Unit - Hide (Picked unit)
 
Addition to what Dr Super Good said. Some unit may cast negative spells on you even when they're hidden. E.g : Curse, Dispell, Mana burn...etc. So the best way is to pause them as well.
Also it will be best if you store those units you want to hide within a variable. Because as far as I know, when you hide a group of units directly without variable, you can't unhide them after that using the unit - Unhide Picked Units. But it works fine for a single unit, only group of units from what I can tell.
 
Last edited:
you can't unhide them after that using the unit - Unhide Picked Units. But it works fine for a single unit, only group of units from what I can tell.
Area searches fail to find the units as they are hidden similar to locust. You can still select the units with player unit searches or other non-area unit searches.
 
Status
Not open for further replies.
Back
Top