Opened 12 years ago
Last modified 8 years ago
#237 assigned bug
products -- jumping bean bug re sitting
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | huffware | Version: | |
Keywords: | Cc: |
Description
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");
}
}
Change History (2)
comment:1 by , 12 years ago
Component: | eepaw-shop → huffware |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.