LSL Protocol/Restrained Love Relay/Bugs and Pending Features

From Second Life Wiki
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
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.