From fd68213f81e2441a4e9af216335c19bc6e413fa2 Mon Sep 17 00:00:00 2001 From: Kara <49822414+karashiiro@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:42:54 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e9325..5645d75 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ TTS prompt: "Type": "Say", "Payload": "Firstname Lastname says something", // Will replace the logged-in player's name with {{FULL_NAME}}, {{FIRST_NAME}}, or {{LAST_NAME}} as appropriate. - "PayloadTemplate": "Firstname Lastname says something", + // Does not currently apply to players other than the logged-in player. + "PayloadTemplate": "{{FULL_NAME}} says something", "Voice": { "Name": "Gender" },