I suggest you rez a prim, and put this script into it. Then you could remove all your attachments and then wear them again, one by one, touching the prim each time to see what difference each one makes.
That's going to be better than trying to guess, I think.
default{ state_entry() { //llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { key k = llDetectedKey(0); list temp = llGetObjectDetails(k,[OBJECT_TOTAL_SCRIPT_COUNT,OBJECT_RUNNING_SCRIPT_COUNT]); llRegionSayTo(k,0,"You are wearing "+(string)llList2Integer(temp,0)+" scripts, of which "+(string)llList2Integer(temp,1)+" are running."); }}
Question
Innula Zenovka
It sounds an awful lot!
I suggest you rez a prim, and put this script into it. Then you could remove all your attachments and then wear them again, one by one, touching the prim each time to see what difference each one makes.
That's going to be better than trying to guess, I think.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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