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

Since Arma 3 v1.64 unconscious: Boolean - (Optional, default false) if true will be shown to incapacitated player (see setUnconscious, lifeState) Since Arma 3 v1.64 selection: String - (Optional, default "") object Geometry LOD's named selec

[EDITING] AddAction tutorial - Arma Forum - Forum | Rock ...
https://forum.rockpapershotgun.com/t/editing-addaction-tutorial/2206

I’m still pretty new at scripting but for my latest mission I decided to get a bit fancy with AddAction. Since the wiki is pretty easily understood I’m just going to show you a quick and dirty example. What it does AddAction adds a new player action (