From e60f9f0a7acadfdda2a8ce8e909ddd1fe65d3f4b Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 14 Aug 2024 22:02:48 +0200 Subject: [PATCH] Updated Scripting (markdown) --- Scripting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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