// Save Loadout on Death // player setVariable ["Saved_Loadout",getUnitLoadout player]; // Spectator Settings if ((paramsArray select 22) == 1) then { hint "Advanced Spectator Mode Opened!"; ["Initialize", [player, [], true ]] call BIS_fnc_EGSpectator; };