• Hints
    14 October, 2018 ArmA3 Mission Editing
    What Is This? Hints are something you can use very easily to alert players of something or tell them what they have to do next or what they have done. It basically gives the players or whoever you let see the hint a little box with text inside of it. They are very useful in a lot of cases and are super easy to use!
  • execVM Loops
    13 October, 2018 ArmA3 Mission Editing
    Why Do It Like This? You can use execVM to loop one script over an over again, but you can’t stop it once it has started. It is great when you have a script you want to run every x seconds for the whole mission. It is also really simple so it is more appealing over other ways of creating a loop because it requires almost no effort.
  • Advanced Holstering
    13 October, 2018 ArmA3 Mission Editing
    What Is This? Believe it or not there is a very easy way to allow your character to put their primary weapon on their back and or pistol in their holster. This will work great in scenes you want to have a great cinematic effect. This will work wherever you put it and is a great line of code to have.
  • execVM
    12 October, 2018 ArmA3 Mission Editing
    What Is execVM? execVM is an essential command for ArmA 3 scripting. It allows you to call a script at any point. Example execVM is really easy to use and is used like such: execVM "nameOfScript.filetype";