Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

controlling the flexi parameters from lsl?

Boreal Latte
Registered User
Join date: 15 Nov 2007
Posts: 104
02-07-2008 04:01
Hi all

I would like to change the gravity and wind reaction to a flexiprim using a script. But I have not been able to figure out what function to use - if any.

Best, Boreal
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
02-07-2008 04:23
llSetPrimitiveParams
https://wiki.secondlife.com/wiki/LlSetPrimitiveParams
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Boreal Latte
Registered User
Join date: 15 Nov 2007
Posts: 104
02-07-2008 04:34
Thanks, I had looked at that page several times, but lost that single line with what I needed.