Jump to content

Shanbo Baddingham

Resident
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Shanbo Baddingham

  1. Hello, I've made some things that have modify and copy permissions set.  But when I give them to someone else, when they rez it and take it back, the object they take back all of a sudden has no copy and no modify set on it.  That makes it difficult for them to modify it.

    How do I set it so that when they rez it once and retake it, it remains no modify so they can retain whatever changes they made?

     

  2. Hi there.  I''m  making a script where a non-physical sculptie in the shape of a floating skull is wandering around.  Problem, is the skull is facing a direction different from the direction it's travelling.  I tried llLookAt, but the skull then moves around it's z-axis, meaning it's top is pointed toward the destination instead of the face.   Anyone know how to make it so that it's oriented correctly, or how to find a rotation to make it face the right direction?

    • Like 1
  3. And if I wanted to point the X axis straight up, would that become

    llSetLocalRot( llGetLocalRot() * llRotBetween( <1.0, 0.0,0.0> *llGetLocalRot(), <0.0, 0.0,1.0> ) );

    And if I wanted to point the Z axis to the left, would that be

    llSetLocalRot( llGetLocalRot() * llRotBetween( <0.0, 0.0,1.0> *llGetLocalRot(), <1.0, 0.0,0.0> ) );

    Just trying to get the format down

×
×
  • Create New...