Arma 3 Editor Tutorial - Addaction, RemoveAction

  • Published 8 years ago

    Category


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Arma 3 Editor Tutorial - AddAction, RemoveAction

Remove addAction « ArmAScript Examples
http://www.kylania.com/ex/?p=59

Here’s how to remove a single addAction from an object after it’s called: _target = _this select 0; // Object that had the Action (also _target in the addAction command) _caller = _this select 1; // Unit that used the Action (also _this in the addActi

addAction - Bohemia Interactive Community
https://community.bistudio.com/wiki/addAction

This command syntax is for Arma 3 only. For TKOH and older Arma games see addAction TKOH. Adds an entry to the action menu of an object (scroll wheel menu). The action can only be activated when in proximity to the object (default 50m) and look at it. Ad

Help with addAction and removeAction - FORUMS - Armaholic
https://www.armaholic.com/forums.php?m=posts&q=30948

so its going to work like this on mission start it will place the addAction on the enemy officer when you get to him you will see it injure him as need be or what ever u need to get to him, then use the addAction that will fire your script EscortOfficer.s