cc_new_turn
Reset the turn counter to start a new turn after receiving the player's response to your summary of the previous turn.
Instructions
Reset the action counter to begin a new turn. ONLY call this after you have summarized the previous turn for the player in plain text AND received their reply. Pass their reply as player_message. Do not call this before the player has responded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_message | Yes | The player's actual response or instruction for this turn. Do not fabricate this — it must come from the human player. |