These forums are CLOSED. Please visit the new forums HERE
Avatar animations not working right? |
|
Senuka Harbinger
A-Life, one bit at a time
![]() Join date: 24 Oct 2005
Posts: 491
|
12-13-2005 08:31
I have a set of poses I made for a client of mine and the test object(s) works perfectly for me, but when my client uses it, it doesn't pose him at all, unless he's in the same zone as me. Wierd, huh? The script, test object, and animations are all full permissions, so I'm wondering if it might not be something bizzare with my script itself. I can't get in-game right now, so I'll have to post the code later.
_____________________
My SLExchange shop
Typos are forgiven; desecrating the english language with reckless abandon and necrophilic acts is not. The function is working perfectly fine. It's just not working the way you wanted it to work. |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
12-13-2005 12:16
Flush the scripts cached keys and permissions when the user stands up or stops using it. You have some bit of logic that is requiring the previous user/owner to be present. Or your agent check before animation is checking for the owner/creator instread of the user.
It's a logic error. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Senuka Harbinger
A-Life, one bit at a time
![]() Join date: 24 Oct 2005
Posts: 491
|
12-13-2005 21:10
Flush the scripts cached keys and permissions when the user stands up or stops using it. You have some bit of logic that is requiring the previous user/owner to be present. Or your agent check before animation is checking for the owner/creator instread of the user. It's a logic error. I'm not sure how you are supposed to "flush the scripts cached keys and permissions" I'd assume with a llResetScript() command, but I'm not sure. here's my code now that I'm able to get in game CODE
_____________________
My SLExchange shop
Typos are forgiven; desecrating the english language with reckless abandon and necrophilic acts is not. The function is working perfectly fine. It's just not working the way you wanted it to work. |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
12-14-2005 08:53
you weren't refreshing the listen between owner changes.
CODE
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |