Skip to content

Commit

Permalink
Issues with non-standard text content in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathFishAtEase committed Feb 18, 2025
1 parent 47a3210 commit 340e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Miscellanous.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SkirmishUnlimitedColors=false ; boolean
### Save variables to file

- There's a new hotkey to write all local variables to `locals.ini` and all global variables to `globals.ini`. Available only if `DebugKeysEnabled` under `[GlobalControls]` is set to true in `rulesmd.ini`.
- Variables will be also automatically saved to file on scenario end if `[General]SaveVariablesOnScenarioEnd=true` is set in `rulesmd.ini`.
- Variables will be also automatically saved to file on scenario end if `[General]->SaveVariablesOnScenarioEnd=true` is set in `rulesmd.ini`.
- Variable section will use the same name as the mission file name in capital letters, i.e. `[MYCAMPAIGN.MAP]`.
- Variables will be written as key-value pairs, i.e. `MyVariable=1`.
- If an INI file with the same name (`locals.ini`/`globals.ini`) doesn't exist, it will be created. If it exists, all sections will be preserved.
Expand Down

0 comments on commit 340e9bb

Please sign in to comment.