LSL Protocol/Restrained Love Relay/Bugs and Pending Features

From Second Life Wiki
< LSL Protocol‎ | Restrained Love Relay
Revision as of 03:21, 11 May 2008 by Maike Short (talk | contribs) (New page: {{Restrained Life Relay Specs TOC}} == Stuck: Accepting Permission after !release == ; Discovered by : Maike Short ; Workaround : Don't accept requests after you have been freed. In case...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stuck: Accepting Permission after !release

Discovered by
Maike Short
Workaround
Don't accept requests after you have been freed. In case it happend, reenter the cage / sit down again; relog.
Suggested fix
not yet

Force Sit during Login on the control object instead of the forced-sit one

Discovered by
Azoth Amat
Workaround
none
Suggested fix
change in timer(): sendRLCmd ("@sit:"+(string)kSource+"=force"); to sendRLCmd ("@sit:"+(string)lastForceSitDestination+"=force");
Note
This causes trouble in case the person set down without being forced.