Jump to content

Pant parameter now peekable


You are about to reply to a thread that has been inactive for 674 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

This just in: A new LSL function (well several month old now. . .) llGetVisualParams lets you check how high you and your friends' (BOM) pants ride!

pants_000.thumb.png.7a01371588d295e1867e68722f09d631.pngpants_100.thumb.png.c7776ddc35f4ca955363b7f2fc37c358.png

default
{   touch_start(integer total_number)
    {   list params = llGetVisualParams(llDetectedKey(0),[814]);
        integer height = (integer)(100*llList2Float(params,0));
        llSay(0,"Your (BOM) pants are riding up "+(string)height+"%");
    }
}

Discuss how this new functionality can be used to make SL the best it can possibly be!

  • Haha 4
  • Sad 1
Link to comment
Share on other sites

18 minutes ago, Quistess Alpha said:

This just in: A new LSL function (well several month old now. . .) llGetVisualParams lets you check how high you and your friends' (BOM) pants ride!

 

Discuss how this new functionality can be used to make SL the best it can possibly be!

So it is easier to determine how well you have pulled yourself up by your bootstraps?

  • Like 1
  • Haha 1
Link to comment
Share on other sites

15 hours ago, Quistess Alpha said:

This just in: A new LSL function (well several month old now. . .) llGetVisualParams lets you check how high you and your friends' (BOM) pants ride!

pants_000.thumb.png.7a01371588d295e1867e68722f09d631.pngpants_100.thumb.png.c7776ddc35f4ca955363b7f2fc37c358.png

default
{   touch_start(integer total_number)
    {   list params = llGetVisualParams(llDetectedKey(0),[814]);
        integer height = (integer)(100*llList2Float(params,0));
        llSay(0,"Your (BOM) pants are riding up "+(string)height+"%");
    }
}

Discuss how this new functionality can be used to make SL the best it can possibly be!

That parameter along with shoe_height(616) are both things that Rider thought mattered with calculating base height. The don't.

I told him he could remove them both months ago, but it appears they'd here to stay.

  • Sad 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 674 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...