Jump to content

llSetLinkPrimitiveParamsFast & PRIM_TEXTURE


Rachel1206
 Share

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

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

Recommended Posts

I am getting this script error message:

 llSetPrimitiveParams error running rule #2: unknown rule.

The code is a below, worked without problems, then suddenly the error message above - I have tried to replace the texture name llList2String(digits, value) with the UUID of a texture - same error... I cannot see, what causes the error, I'm blind to the bug... :(

    llSetLinkPrimitiveParamsFast(
    LINK_THIS,
    [
        PRIM_TEXTURE,
        4,
        llList2String(digits, value),    // List of UUID textures
        <1.0, 1.0, 0.0>,
        ZERO_VECTOR,
        0,0
    ]);

 

Edited by Rachel1206
Link to comment
Share on other sites

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