Difference between revisions of "LSL Protocol/Restrained Love Relay/Bugs and Pending Features"

From Second Life Wiki
Jump to navigation Jump to search
(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...)
 
Line 10: Line 10:


; Discovered by : Azoth Amat
; Discovered by : Azoth Amat
; Workaround : none
; Workaround : Put the script into the same object as the one the person is forced to sit on.
; Suggested fix : change in <code>timer()</code>: <code>sendRLCmd ("@sit:"+(string)kSource+"=force");</code> to <code>sendRLCmd ("@sit:"+(string)lastForceSitDestination+"=force");</code>
; Suggested fix : change in <code>timer()</code>: <code>sendRLCmd ("@sit:"+(string)kSource+"=force");</code> to <code>sendRLCmd ("@sit:"+(string)lastForceSitDestination+"=force");</code>
; Note : This causes trouble in case the person set down without being forced.
; Note : This causes trouble in case the person set down without being forced.

Revision as of 11:52, 13 May 2008

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
Put the script into the same object as the one the person is forced to sit on.
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.