arma-3-scripts/README.md
2021-03-02 19:31:48 +00:00

11 lines
542 B
Markdown

# arma 3 scripts
Just a collection of arma 3 scripts I've made
# Load loadout into Backpack
Simply place the script in the missions root folder, place down a object and add the following line to the init:
`this addAction ["Swap to Dive Gear", "loadout_to_backpack.sqf"]`
# Sling Load (*Both Versions*) **NOW SUPPORTS OBJECTS SPAWNED WITH ACEX FORTIFICATION TOOL**
Simply place MPD_SlingLoad into mission root and add `execVM "MPD_SlingLoad\init.sqf";` into init.sqf for the Ace Version Just replace the files inside MPD_SlingLoad folder.