From dd619d7cbe149aea40d59d6f591cba31c163e945 Mon Sep 17 00:00:00 2001 From: Dagger Date: Tue, 23 Feb 2021 03:34:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbf934..0e7c913 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Just a collection of arma 3 scripts I've made # Swap Gear to Loadscript 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"] +`this addAction ["Swap to Dive Gear", "loadout_to_backpack.sqf"]` # Sling Load (*Both Versions*) To Install 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. \ No newline at end of file