Seized By Trigger

  1. 7 years ago

    Just to confirm: A seized by trigger will not fire with just profiles in the area correct? For example if I am on one side of map and BLUFOR takes an objective on the other side (and are thus just profiles) they will not fire a seized by trigger, even though BLUFOR has (as far as ALIVE is concerned) seized the area; this is correct?

  2. http://alivemod.com/wiki/index.php/Script_Snippets#Detect_Virtual_Units_.28Profiles.29_in_a_Trigger_Area

    Yes

  3. Edited 7 years ago by patpowercat

    I understand this would basically substitute a present trigger, but couldn't you have both west and east profiles in an area (fighting)?

    Additionally, for the sides: is it EAST, WEST, and GUER, or is GUER "independent"?

    Could you have a trigger with this in the condition:

    this OR ((count ([getposATL thisTrigger, 50, ["GUER","entity"]] call ALIVE_fnc_getNearProfiles)) > 0);

    Would this trigger with seized by or if profiles were in the area (eg seized by OPCOM)?

  4. EAST, WEST, GUER

    Your posted example would return true if the trigger's condition is true or infantry profiles of side GUER were within 50m.

 

or Sign Up to reply!