Files
BreakEscape/scenarios/ink/mixed-message-example.ink
Z. Cliffe Schreuders f369b41547 feat: Implement voice messages in phone chat minigame
- Added support for voice messages prefixed with "voice:" in Ink files.
- Updated UI rendering to display voice message UI with play button and transcript.
- Implemented automatic conversion for scenario JSON with voice properties.
- Created test examples for pure voice messages and mixed content.
- Fixed issues with NPC registration and message duplication in test scenarios.
- Documented feature details, use cases, and testing procedures.
2025-10-30 02:45:05 +00:00

17 lines
428 B
Plaintext

=== start ===
Hello! This is a test of mixed message types.
+ [Tell me more]
-> voice_example
=== voice_example ===
voice: This is a voice message. I'm calling to let you know that the security code has been changed to 4829. Please acknowledge receipt.
+ [Got it, thanks!]
Great! I'll see you soon.
-> END
+ [What was the code again?]
voice: The code is 4-8-2-9. I repeat: four, eight, two, nine.
-> END