Skip to content

1.2

Compare
Choose a tag to compare
@sethduda sethduda released this 05 Feb 23:59
· 27 commits to master since this release

Adding SA_ASL_HEAVY_LIFTING_ENABLED variable that allows missions creator to disable heavy lifting. By default, heavy lifting is enabled.

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];