mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Crate DynSim Toggle
This commit is contained in:
parent
f105490cca
commit
087bc76c47
@ -104,8 +104,14 @@ if !(_crate getVariable ["DMS_CrateGodMode",DMS_GodmodeCrates]) then
|
||||
{
|
||||
_crate allowDamage true;
|
||||
};
|
||||
|
||||
_crate enableSimulationGlobal true;
|
||||
if(dynamicSimulationSystemEnabled)then
|
||||
{
|
||||
_crate enableDynamicSimulation true;
|
||||
}
|
||||
else
|
||||
{
|
||||
_crate enableSimulationGlobal true;
|
||||
};
|
||||
if (_crate getVariable ["DMS_CrateEnableRope",DMS_EnableBoxMoving]) then
|
||||
{
|
||||
_crate enableRopeAttach true;
|
||||
|
Loading…
Reference in New Issue
Block a user