You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What behavior did you expect?
Badwords triggers, as expected.
What behavior did you see instead?
Badwords works for the initial owner/creator of the collar. When transferred to another person, the punishment will not trigger, although the next owner can set up the app with trigger words, penance, anim, sound etc, the actual punishment silently fails.
What steps does someone need to take to reproduce the problem?
Add oc_badwords to a collar and transfer it to another user.
SOLUTION FOUND:
oc_badwords does not reset on owner change. When adding
if(iChange & CHANGED_OWNER) llResetScript();
to the changed event, the issue is resolved.
The text was updated successfully, but these errors were encountered:
What version of OpenCollar are you using?
8.2.3
What behavior did you expect?
Badwords triggers, as expected.
What behavior did you see instead?
Badwords works for the initial owner/creator of the collar. When transferred to another person, the punishment will not trigger, although the next owner can set up the app with trigger words, penance, anim, sound etc, the actual punishment silently fails.
What steps does someone need to take to reproduce the problem?
Add oc_badwords to a collar and transfer it to another user.
SOLUTION FOUND:
oc_badwords does not reset on owner change. When adding
if(iChange & CHANGED_OWNER) llResetScript();
to the changed event, the issue is resolved.
The text was updated successfully, but these errors were encountered: