User talk:Kimm Paulino/Scripts1
Revision as of 01:24, 29 December 2012 by Omei Qunhua (talk | contribs)
Hello Kimm,
Your non-physical move and rotate script is jerky because you're using llSetPos() which has a built-in delay of 0.2 secs.
Replacing the llSetPos() with this line makes it much smoother:-
llSetLinkPrimitiveParamsFast ( LINK_THIS, [PRIM_POSITION, gCurrentPosition] );
Omei Qunhua 17:45, 28 December 2012 (PST)