Console commands - rekterakathom/Overthrow GitHub Wiki
Useful console commands for debugging or fixing issues during the campaign.
Heal yourself
[player] call ace_medical_treatment_fnc_fullHealLocal;
Stability change, replace 0 with desired stability change (positive or negative). Potentially triggers a battle!
[player call OT_fnc_nearestTown, 0] call OT_fnc_stability;
Give yourself money (replace 0 with desired amount)
player setVariable ["money", 0];
Get classname of a map object
typeOf cursorObject;