[Opensim-users] avatar behavior
Wayne
lppwayne at gmail.com
Sat Jun 11 22:41:52 UTC 2011
Thanks, Chris.
I'll try that.
Will that override other scripts that are in the object?
Wayne
On Jun 11, 2011 6:39 PM, "Chris" <mewtwo0641 at cox.net> wrote:
> On 6/11/2011 4:36 PM, Wayne wrote:
>> Hi,
>> Can anyone tell me what settings and where to adjust how my avatar
>> sits. Right now it sits 2 feet above the object it is told to sit on.
>> Also, when landing after flying, the avatar bounces all over the place
>> and sometimes will not land at all.
>> Any help would be appreciated.
>> I am running windows 7 opensim version 0.7.2.
>> Thank you,
>> Wayne
>>
>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> Hi, I am not sure about a setting in the config files but what I do is
> put a script in the object to be sat on that specifies a sit target.
> Example:
>
> vector target = <0.0, 0.0, 0.3>; //You can change the z axis vector to
> something other than 0.3 to suit your needs
>
> default
> {
> state_entry()
> {
> llSitTarget(target, ZERO_ROTATION);
> }
> }
>
> Hope this helps!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20110611/251e8de0/attachment.html>
More information about the Opensim-users
mailing list