From 5e88b34d8db72b4823d3c94ab81a8149777e25ee Mon Sep 17 00:00:00 2001 From: LeonaMorro Date: Tue, 21 Aug 2018 15:31:49 +0200 Subject: [PATCH] readme update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 90db9d8..56e9140 100644 --- a/Readme.md +++ b/Readme.md @@ -43,7 +43,7 @@ inside a sound notecard each sound is written in a new line with the syntax: `name`: the name or uuid of a sound (Special: The name "SILENCE" can be used) `params`: the same as above. Please make sure that you provide at least the `length` param. -`META|key=value[|key=value]...` Metadata for the sound-nc. If the global option `soundMetaBroadcast` is set, these will be send by llMessageLinked(LINK_SET, SOUND_META_BROADCAST_CURRENT(-2348) or SOUND_META_BROADCAST_LAST(-2349), a JSON object with the key value pairs, user uuid); +`META|key=value[|key=value]...` Metadata for the sound-nc. If the global option `soundMetaBroadcast` is set, these will be send by llMessageLinked(LINK_SET, SOUND_META_BROADCAST_CURRENT(-2348) or SOUND_META_BROADCAST_LAST(-2349), a JSON object with the key value pairs, user uuid); `DO|a nPose command` (Leona: I'm not sure about this, maybe I change this in the V1.00 Release, Opinions?) ## Global options