Jump to content

Set Object name to Creator


Icky Spot
 Share

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

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

Recommended Posts

Could somone please tell me why this isn't working on any prim that i am not the creator of? Works fine on prims i create.

 

touch_start(integer num_detected) {
        string creator;
        creator = llKey2Name(llGetCreator());
        llSetObjectName(creator);
      }

 

Sorry, i'm not a very good scripter.

 

Link to comment
Share on other sites

It works perfectly guy, thanks again... one more question, Are there PrimitiveParam calls for these:

llSetSitText("");
llSetTouchText("");
llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );
llParticleSystem([]);

 

I couldn't find how to place those witihin llSetPrimitiveParams... so i left them apart, the script still works, but i'm like totally picky about this sort of thing and would like everything within llSetPrimitiveParams. The only place i was looking was here: http://wiki.secondlife.com/wiki/LlSetPrimitiveParams

Link to comment
Share on other sites

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