Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop authored Oct 4, 2024
2 parents 04b6648 + 24b26a3 commit 3b02140
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
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

0 comments on commit 3b02140

Please sign in to comment.