Jump to content
  • 0

copied script won't work


MsReality
 Share

You are about to reply to a thread that has been inactive for 4652 days.

Please take a moment to consider if this thread is worth bumping.

Question

I copied the script I was given which has a parent prim with two child prims.  The parent prim has the script written that causes the two child prims to rotate... one to the left and one to the right... with permission I copied the script into prims that I created exactly like the ones sent to me... well it looks exactly like it anyway... but it won't work. I'm not sure why there is a difference in to two... I looked them over very carefully and could find no difference.  However, It works fine in the prims shared with me. I was told that there is a place where is says someting like rotate (x,y,x) that needs to be set but I don't know where to look to find it to make this work and where I find the (x,y,x) to insert that information. 

This is the script I was given

default
{
    state_entry()
    {
        llSetLinkPrimitiveParamsFast(2,[PRIM_OMEGA,<0.0,0.0,1.0>,0.3,0.3]);
        llSetLinkPrimitiveParamsFast(3,[PRIM_OMEGA,<0.0,0.0,1.0>,-0.3,0.3]);
    }

}

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

You are about to reply to a thread that has been inactive for 4652 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...