From eb0164ff0a21a2941936a55fb1b8a13126ed0459 Mon Sep 17 00:00:00 2001 From: codeviolet <12992687+codeviolet@users.noreply.github.com> Date: Tue, 29 Aug 2017 18:56:53 +1000 Subject: [PATCH] fix errors in intial upload and were the wrong way around --- AVsitter2/avsitter2_link_message_reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AVsitter2/avsitter2_link_message_reference.md b/AVsitter2/avsitter2_link_message_reference.md index e741761..aef4f0e 100644 --- a/AVsitter2/avsitter2_link_message_reference.md +++ b/AVsitter2/avsitter2_link_message_reference.md @@ -35,12 +35,12 @@ Same as 90000 but ignored by [AV]sequence script to prevent from stopping sequen Same as 90005 but returns to top level of the menu (used by [AV]root-RLV when press [MENU]). ### 90005 -Give the menu. Optionally set controller avatar and submenu. +Give the menu. Optionally set controller avatar and/or submenu. llMessageLinked(LINK_SET,90005,"",); - llMessageLinked(LINK_SET,90005,,[|]); + llMessageLinked(LINK_SET,90005,,[|]); - TOMENU=-1 ensures when sitters first sit they will get [AV]select menu if the [AV]seclect] script is present + TOMENU=-1 ensures when sitters first sit they will get [AV]select menu if the [AV]select script is present ### 90006 Register touch or sit to [AV]root-security script from [AV]sitA after permissions granted. @@ -48,7 +48,7 @@ Register touch or sit to [AV]root-security script from [AV]sitA after permission llMessageLinked(LINK_SET,90006,"",); llMessageLinked(LINK_SET,90006,,); // for AVselect! - FUNCTION=-1 ensures when sitters first sit they will get [AV]select menu if the [AV]seclect] script is present + FUNCTION=-1 ensures when sitters first sit they will get [AV]select menu if the [AV]select script is present ### 90007 [AV]root-security passes touch to [AV]root-control.