BlueCadetBlueDodgerBlueGreenLimeOrangePinkRedSaddleBrown Thursday, August 21, 2008
Small width layoutMedium width layoutMaximum width layoutMaximum textMedium textSmall text

Openlife Forums

You are here » Learning Center ยป Forums
Openlife Grid Forums
 
  Openlife Forums  Scripting  LSL Discussion  Prim rotation script not working anymore
Previous Previous
 
Next Next
New Post 6/1/2008 2:21 AM
User is offline Bodhi Moo
49 posts
www.Bodhi-Sajeev.de
Openlife Newbie


Prim rotation script not working anymore  (Germany)

Hello,

 

I used Pablos prim rotation script and it really worked fine.

Then it stopped working one day.

Any ideas how to fix this ?

 

integer Switch = FALSE;

 

default

{

    state_entry()

    {

        llTargetOmega(<0,0,1>,0,1.0); // stop spinning

    }

    touch_start(integer total_number)

    {

        if(Switch == FALSE)

        {

            Switch = TRUE;

            llSay(0, "On");

            llTargetOmega(<0,0,1>,PI,1.0); //start spinning

        }

        else

        {

            Switch = FALSE;

            llSay(0, "Off");

            llTargetOmega(<0,0,1>,0,1.0); // stop spinning

        }

    }

}

 

 

 

Bodhi

 
New Post 6/3/2008 10:36 AM
User is offline Pablo Pharmanaut
56 posts
Openlife Apprentice




Re: Prim rotation script not working anymore  (United States)

llTargetOmega doesn't seem to be working in OLG right now.  This has been reported to Mantis.

 
New Post 7/4/2008 10:13 PM
User is offline Gumby
21 posts
Openlife Newbie


Re: Prim rotation script not working anymore  (Australia)

This script is now happy again . Last tested on the 5th July 2008

 
Previous Previous
 
Next Next
  Openlife Forums  Scripting  LSL Discussion  Prim rotation script not working anymore
Popular Forum Threads
In the past 1 week, we have 17 new thread(s) and 30 new post(s)
The most popular thread has been Can't create objects in standalone
The most active thread has been Can't create objects in standalone
Privacy Statement | Terms Of UseAll Rights Reserved 2007 Openlifegrid.com