Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.5-beta.23 updates #255

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions streamerbot/3.api/1.sub-actions/obs/create-record-chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down