From 8bd8b19e2f0b86f389b9da8ad8856c1a6c182879 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 9 Sep 2017 13:59:05 +0200 Subject: [PATCH] Add caveat on the use of -1 for all sitters. --- AVsitter2/Plugins/AVcontrol/LockGuard/[AV]LockGuard.lsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AVsitter2/Plugins/AVcontrol/LockGuard/[AV]LockGuard.lsl b/AVsitter2/Plugins/AVcontrol/LockGuard/[AV]LockGuard.lsl index c0357da..97b4f70 100644 --- a/AVsitter2/Plugins/AVcontrol/LockGuard/[AV]LockGuard.lsl +++ b/AVsitter2/Plugins/AVcontrol/LockGuard/[AV]LockGuard.lsl @@ -17,7 +17,10 @@ // Inspiration and function (not code) from the Bright CISS system by Shan Bright & Innula Zenovka. // SITTER: -// The AVsitter SITTER # the cuff settings are for. +// The AVsitter SITTER # the chain settings are for. +// -> You can use -1 to mean all sitters, but that will mean that the very same +// chain settings and pose list will be applied to all at the same time. If +// you don't want that, then you need to add one script per sitter. integer SITTER = 0;