Jump to content

llRezObjectWithParams ... not working ?


BlueXBeta
 Share

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

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

Recommended Posts

Hello, Happy New Year !

I'm trying to use the new llRezObjectWithParams

but it keeps on erroring. is the function not released? Below the plain snippet from the manual page for this function. Even that example errors at the line starting with REZ_FLAGS when trying to save the script.  

 

default
{
    touch_start(integer total_number)
    {
        llRezObjectWithParams("testprim", [
        REZ_FLAGS, REZ_FLAG_PHANTOM | REZ_FLAG_TEMP, // you can combine several flags separated by pipes.
        REZ_POS, <0,0,1>, TRUE, TRUE,
        REZ_OMEGA, <0,0,1>, TRUE, 0.5, PI
        ]);
    }
}

 

Edited by BlueXBeta
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 128 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...