﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
237	products -- jumping bean bug re sitting	Fred T. Hamster	bugdock	"|||||||||||||| a jumping bean

saw a bug in jumping bean:
    this causes an error if someone sits on a bean,
    since the animation permission was not received.
    also the crouch animation doesn't help at all.  remove that?
        changed(integer change) {
            if (change & CHANGED_LINK) {
                key av = llAvatarOnSitTarget();
                if (av != NULL_KEY) {
                    // someone sat down; let's animate them to make them tuck into the
                    // bean, if possible.
                    llStartAnimation(""crouch"");
                }
            }
"	bug	assigned	minor		huffware				
