diff --git a/streamerbot/3.api/1.sub-actions/obs/create-record-chapter.md b/streamerbot/3.api/1.sub-actions/obs/create-record-chapter.md index a83df709..1f5865bc 100644 --- a/streamerbot/3.api/1.sub-actions/obs/create-record-chapter.md +++ b/streamerbot/3.api/1.sub-actions/obs/create-record-chapter.md @@ -10,6 +10,11 @@ parameters: description: | Type the name for the Chapter (does accept `%variables%`) value: '%game% - Victory!' +variables: + - name: success + type: boolean + description: Returns whether or not a chapter was successfully created + value: true csharpMethods: - ObsCreateRecordChapter --- diff --git a/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction-by-title.md b/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction-by-title.md similarity index 96% rename from streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction-by-title.md rename to streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction-by-title.md index b402ff2a..a09df737 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction-by-title.md +++ b/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction-by-title.md @@ -1,6 +1,6 @@ --- -title: Resolve Active Prediction by Title -description: Resolves the currently active prediction by Title +title: Resolve Last Prediction by Title +description: Resolves the last active prediction by Title version: 0.2.5 parameters: - name: Outcome Title diff --git a/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction.md b/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction.md similarity index 96% rename from streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction.md rename to streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction.md index 4e312476..b03171ee 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-active-prediction.md +++ b/streamerbot/3.api/1.sub-actions/twitch/predictions/resolve-last-prediction.md @@ -1,6 +1,6 @@ --- -title: Resolve Active Prediction -description: Resolves the currently active prediction +title: Resolve Last Prediction +description: Resolves the last active prediction version: 0.2.5 parameters: - name: Winning Index diff --git a/streamerbot/3.api/2.triggers/twitch/guest-star/guest-update.md b/streamerbot/3.api/2.triggers/twitch/guest-star/guest-update.md index e56e5aa7..bf752ba8 100644 --- a/streamerbot/3.api/2.triggers/twitch/guest-star/guest-update.md +++ b/streamerbot/3.api/2.triggers/twitch/guest-star/guest-update.md @@ -2,6 +2,13 @@ title: Guest Star Guest Update description: Trigger for when a Guest Star guest receives an update version: 0.2.3 +parameters: + - name: Scene Name + type: Select + version: 0.2.5 + required: false + description: | + Defaults to 'Any', but can select 'Selected', 'Backstage', 'Invited', 'Live', 'Ready', or 'Removed' variables: - name: sessionId type: string