Jump to content

laverniusregalis

Member
  • Content Count

    294
  • Joined

  • Last visited

  • Medals

Everything posted by laverniusregalis

  1. laverniusregalis

    Remove NVGoogles

    But that would remove their map, radio, etc as well. Also, a handy code from 2nd Ranger: Code: { if (side _x == east) then { _x unassignItem "NVGoggles"; _x removeItem "NVGoggles"; }; } foreach allunits; You can substitute 'east' with your faction of choice, and NVGoggles with your item of choice.
  2. I would go with a trigger to complete the task, then the trigger to go off after the task would have this code as the condition. Make sure you name the task completing trigger, and use that name for the triggerActivated condition. triggerActivated <triggername>
  3. laverniusregalis

    Remove NVGoogles

    this unassignItem "NVgoggles"; this removeItem "NVgoggles"; SavageCDN's format probably won't work, NVgoggles are considered an item and must be unassigned before they're removed.
  4. laverniusregalis

    AI Using Flares

    I also want to know. Only thing I can figure is someone would have to dePBO the mission and take a look at it...
  5. I'm trying to create a stealth mission that will cause the entire EAST faction to go into combat mode if the player is detected. Is it possible to set the entire EAST faction's behaviour via a trigger?
  6. I was wondering who else finished this mission successfully, and how they did so. I planted charges on the tanks, snuck out of the base and across the street so I could plant charges on the gas station, and before I got to it, I got spotted by an AI while I was hiding behind a wall. Detonated the charges, base went boom, and I hightailed it out of there while they were firing at me. I still find it amusing that even without NVGs, the AI was able to find me through a wall, even after I shot out the lights in the base.
  7. laverniusregalis

    So, who else completed 'Jackal'?

    Interesting point. At the time I was detected, I was crouched and moving slowly (Not the low run thing) towards the gas station, and when I was spotted I just detonated and made a run for it. However, there weren't any patrols nearby, or else they would have been shooting at me from the left/right.
×