diff -r 63655141bb8f -r 704301f9bd1d LuaAPI.wiki --- a/LuaAPI.wiki Thu May 03 01:37:28 2018 +0100 +++ b/LuaAPI.wiki Thu May 03 02:01:57 2018 +0100 @@ -1543,9 +1543,8 @@ With your report we can fix the shortcoming in future releases. We will try to remove the reliance on `ParseCommand` as good as possible. This will allow scripts to use the previously missing feature in a way that won’t break! -There are many available commands, but only a few of them are useful for scripting. These are commands used in official scripts in 0.9.22: +There are many available commands, but actual use in scripting is rare, and even then it's discouraged for long-term use. As of 0.9.24, the only command used in official scripts is: - * `"skip"`: Current hedgehog skips its turn * `"draw "`: Draws a hand-drawn map. `MapGen` must be `mgDrawn` for this to work. `` is a string which must follow the format specified in [DrawnMapFormat] Moreover, the control action names as listed in [ConfigurationFiles] (under “Binds”) can be used. Note we will eventually try to remove all `ParseCommand`s in the official scripts.