Jump to content

Skoklater

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Skoklater

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Skoklater

    [Help] HoldAction to Classname

    I'm sorry guys I'm a new user and I don't know how to create a new topic but I have an issue as well. I am using EDEN EDITOR in Arma 3. So I want to create a quick task that consists of : Placing 5 APERSBoundingMines in an area, when the 5 APERSBoundingMines are placed, the task is complete. However my issue is here. How do I write the condition ? I tried the nearestobject command approach and this is what I came up with in the condition box of the trigger: nearestobjects[[7183.682,1762.893,0],["APERSBoundingMine"],10]; The expression should scan all nearest APERSBoundingMine within 10 meters located in the position of the trigger x7183.682 y1762.893 z0 and output a value TRUE when the condition is met. But the script doesn't work. I want as well to put a condition that says that the APERSBoundingMine have to be >4 to be able to complete the task.
×