From 2f36248484e94ceec98b22354c6dc08d63c30f77 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Wed, 28 Aug 2024 08:01:05 +0300 Subject: [PATCH] Better console documentation for objects with spaces --- docs/Modders/Scenarios.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Modders/Scenarios.md b/docs/Modders/Scenarios.md index 73c7074ccf..f3f0dfe58e 100644 --- a/docs/Modders/Scenarios.md +++ b/docs/Modders/Scenarios.md @@ -24,6 +24,13 @@ On mobile: To see available commands, click enter. This works for subcommands as well (e.g. when you entered `tile`). +Object names (units buildings civs etc) are case-insensitive. + +Unit and building names with spaces in them, like "Great General", can be inputted in 2 ways: + +- **"great general"** - with quotation marks around them +- **great-general** - with dashes instead of spaces + The console has autocompletion: * Enter a partial command, subcommand or argument and hit Tab...