Jump to content

Rich Reynaud

Resident
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Rich Reynaud

  1. Have you tried to teleport to the region thta appears to be offline? Don't trust the map (or your eyes). Many times a region will appear offline after a restart when in fact it is already back up. I can be standing on the edge of one sim looking into the void of a sim that appears offline, while I have someone in IM telling me they're standing on the supposedly offline sim. A quick teleport to the "offline" sim will make it reappear.


    Note: This isn't always the case, just more often than not.

  2. Hello,

    I'm trying to find a way to pause or sleep a single line within a script while the remainder of the script continues to run. Here's a basic description of the script:

    1) Code to play a sound.
    2) Code to rotate a prim in one direction.
    3) Code to rotate the same prim in the opposite direction 4 seconds later.
    4) Code to continue playing remaining sounds in order.

    I need to be able to pause line three for 4 seconds without pausing line four and everything below it. Is this possible? I haven't been able to locate a function to do this.

    Regards,
    Rich

  3. Thanks Rolig. I was just reading that thread and tried the various scripts that were mentioned. The problem is that my object is already rotated on another axis and those scripts were causing the object to rotate in an unexpected manner.

    In reading another post on rotation I found an easy way to do it. I simply multiplied by negative one to reverse the direction:

     

    llLookAt(llGetPos()+llWind(ZERO_VECTOR)*-1,1,1);

     

    I appreciate your response though.

     

    Regards,

    Rich

  4. Hello,

    LSL newbie here, though I have some experience with other languages.

    I have an object that points in the direction that the wind is blowing TO by using the following line:

     

    llLookAt(llGetPos()+llWind(ZERO_VECTOR),1,1);

     

    I actually need to point the object in the direction that the wind is blowing FROM. Can anyone assist?

     

    Regards,

    Rich

×
×
  • Create New...