From 0fcca134446e64a7bacf3b5686427c29e2cedee5 Mon Sep 17 00:00:00 2001 From: Dagger Date: Tue, 2 Mar 2021 19:31:48 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 918b969..2fbb6a7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Just a collection of arma 3 scripts I've made -# Swap Gear to Loadscript +# 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*) -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. \ No newline at end of file +# 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. From 95c4d5fdfb92ef1f05bfc1e22d67ad12ab976b50 Mon Sep 17 00:00:00 2001 From: Dagger Date: Tue, 2 Mar 2021 19:32:06 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbb6a7..6788aea 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ Just a collection of arma 3 scripts I've made 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** +# Sling Load (*Both Versions*) 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. +**NOW SUPPORTS OBJECTS SPAWNED WITH ACEX FORTIFICATION TOOL** \ No newline at end of file