Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Status of kisser / hugger?

Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
07-26-2008 16:03
Background: after Havok 4 introduction, the standard 'multi-tool' hug kiss attachment scripts no longer seemed to work right. When you offered to hug someone, you always ended up trying to hump them instead.

Question: Is this supposed to be resolved by now? I may have just missed the memo.

This is the script in the version that came my way a long time ago:
<lsl>
pos = avPos + posOffset1 * avRot;
llMoveToTarget( pos, .5 );
llSleep(.6);
pos = avPos + posOffset2 * avRot;
llMoveToTarget( pos, .5 );
llSleep(.6);
llMoveToTarget( pos, 1 );
llMoveToTarget( pos, .2 );
llSleep(.2);
llStopMoveToTarget();


//llLookAt( avPos, mass/2, mass/20 );
//llApplyRotationalImpulse( mass*<1,1,1>, FALSE );
//llSleep(3);
//llStopLookAt();
//return;
</lsl>
_____________________
Thread attempting to compile a list of which animations are freebies, and which are not:

http://forums.secondlife.com/showthread.php?t=265609
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
07-26-2008 17:15
Still an outstanding bug.

Darien Caldwell posted a nice workaround in JIRA:

http://jira.secondlife.com/browse/SVC-1191?focusedCommentId=54049#action_54049

(but it looks like you might have already done that?)

It still seems to be on the LL fix-it list though, starting about 11:44 :

http://wiki.secondlife.com/wiki/User:Andrew_Linden/Office_Hours/2008_07_15
_____________________
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
07-26-2008 19:23
Thanks for the update. So it's not just me still, phew, that's good to know in a way.

I'll go with Darien's work-around, until a fix eventually comes to break it...
_____________________
Thread attempting to compile a list of which animations are freebies, and which are not:

http://forums.secondlife.com/showthread.php?t=265609