Jump to content

littlepinkpie

Resident
  • Posts

    50
  • Joined

  • Last visited

Posts posted by littlepinkpie

  1. Hello,

    I read about the new Environments system, yet I can't make it work with my parcel.

    I have a skybox at 1000m, so I chosen Customize, clicked on Sky 1000m, then changed the ambient color, clicked apply to parcel but right after the sky returns back to where it was. It supposed to remain based on my settings, is this correct?

  2. 4 minutes ago, Mortified Wanderer said:

    It might be a setting, I think it's under privacy for IM related things.  If I was home right now I'd be able to double check, if I can tonight I will and edit this post.

    There should be an option of "only friends can im you" or something along those lines.

    If not, maybe she needs to do a clean reinstall of it.

    I was thinking about "only friends can im you" as well, but seems I can't find it in the settings

  3. Hello all,

    a friend of mine who is new has a problem with IM's.

    When someone (not in her friendlist) sends her an im she doesn't receive it but only if she restarts her viewer (firestorm)

    Is it a setting or something else?

    Thank you.

    PS If this section isn't the right to ask, my apologies and please move it to the appropriate one.

  4. Hello,

    not sure if this the right place to ask but since its about a script I guess its ok.

    Im trying to adjust my avatar's position on a furniture by using the helpers. But when I hit the [SAVE] button, my avatar moves lower on the z axis.

    Am I doing something wrong or is it a bug?

  5. I will have 2 copies, one for left leg and another on for the right.
    What will always change will be the position and rotation, and I guess there will be many different, so what about adding a listener in each copy and send the position/rotation from the attaching object?

  6. Ok I get it, need some copies of the same object for setting different points.
    About setting the position and rotation, how can I manipulate them using the same script which does the attach? I mean how to tell "set the rotation of the object1", "set the rotation of the object 2" etc?

  7. Hello, I made a little script which attaches an object (located inside a #RLV folder) on the avatar.
    My question is this, before attaching, is it possible to change the attach point (example right leg or left leg) and then when attached to change the object's rotation?

    Thank you.

  8. I have a dynamic list and I need to divide its length with an integer

    Currently the list length is 9 and my integer is 2

    So Im using

    float Result;
    
    MyList=llGetListLength(List);
    Result=float(MyList)/float(MyInteger);
    llOwnerSay((string)Result);

    where MyList=9 and MyInteger=2
    but Im getting syntax error at Result=

  9. Hi,

    this is an easy question for someone with average knowledge of scripting.

    Im making a simple division

    float Division=9/2;
    llOwnerSay((string)Division);

    Im getting back 4.000000 instead of 4.5.

    What am I doing wrong?

×
×
  • Create New...