diff --git a/Scripting.md b/Scripting.md index a10be26..7410946 100644 --- a/Scripting.md +++ b/Scripting.md @@ -86,8 +86,8 @@ The boilerplate code mentioned above can be found [here](https://github.com/Warm Usually you can just copy it directly into your script without any modifications. Note that if you should choose to unload the scripts, which define custom macro segments, while custom macro segments are still in use, the plugin will no longer be able to query settings of those custom macro segments. -If such a state should be saved (e.g. because OBS was closed with the script no longer being loaded) the plugin will instead replace the custom macro segments with macro segments of type "Unknown". -Even if you should choose to reload the script at a later point in time the settings for those "Unknown" macro segments will be lost and you will have to reconfigure them. +If such a state should be saved (e.g. because OBS was closed with the script no longer being loaded) the plugin will instead replace the custom macro segments with macro segments of type `Unknown`. +Even if you should choose to reload the script at a later point in time the settings for those `Unknown` macro segments will be lost and you will have to reconfigure them. # Detailed API description