Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding SA_ASL_HEAVY_LIFTING_ENABLED variable that allows missions cre…
…ator to disable heavy lifting Add the following to your init.sqf file to disable heavy lifting: missionNamespace setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",false,true]; Add the following to your init.sqf file to enable heavy lifting (enabled by default): missionNamespace setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,true];
- Loading branch information