Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 668 Bytes

ArmA 3 Medic Tent

Requirements:

Install

  1. Download and put the files in the Mission folder.
  2. Create one or more objects and give them variable names.
  3. Put this variable names in the file "init.sqf" to the "medicTentBox" array.

e.g.

    medicTentBox = [
        medicTent_1,
        medicTent_2,
        medicTent_3,
        medicTent_4
    ]