Friday, November 21, 2008
USERLOGIN PASSWORD Remember?
You are here » Learning Center ยป Forums

Openlife Forums

 Openlife Grid Forums
Minimize
 
  Openlife Forums  Scripting  LSL Discussion  Prim rotation script not working anymore
Previous Previous
 
Next Next
New Post 6/1/2008 12:21 AM
User is offline Bodhi Moo
49 posts
www.Bodhi-Sajeev.de
Openlife Newbie


Prim rotation script not working anymore 

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 8:36 AM
User is offline Pablo Pharmanaut
56 posts
Openlife Apprentice




Re: Prim rotation script not working anymore 

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

 
New Post 7/4/2008 8:13 PM
Online now... Gumby
26 posts
Openlife Newbie


Re: Prim rotation script not working anymore 

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


You Do Not Have Sufficient Permission To Write To Folder Forums/UserAvatar/.
 
Previous Previous
 
Next Next
  Openlife Forums  Scripting  LSL Discussion  Prim rotation script not working anymore
 Popular Forum Threads
Minimize
In the past 1 week, we have 65 new thread(s) and 256 new post(s)
The most popular thread has been GLBT Region?
The most active thread has been GLBT Region?
Privacy Statement | Terms Of UseAll Rights Reserved 2007,2008 3DX - Openlifegrid.com