progressStory
Set the current story progress and advance the narrative in your RPG game. Provide a description of what happens next to move the storyline forward.
Instructions
Advance the game narrative and set the current story progress. This tool should be called after createGame or updateGame. Use promptUserActions next to present choices to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | ID of the game to progress | |
| progress | Yes | Description of the current story progress or event. Should describe what happens next in the narrative. |