Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Help with error message

Ryder Spearmann
Early Adopter
Join date: 1 May 2006
Posts: 216
11-03-2007 18:50
Hi All,

Getting an error message from an object I am working on, and I would like some help interpreting it...

Odd thing: I see the script error ONLY when I leave my sim, and go to an adjacent sim that I do not own...!

"Build Phase1: Script trying to detach from agent but PERMISSION_ATTACH permission not set!"

This is a repeating error... I get it about every second or so, as soon as I cross the sim boundry.

The object is a worn attachment.

What is it trying to tell me exactly, and what might I do about it?

Perhaps I am trying to detach something that I never wore?


Thanks!
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
11-03-2007 20:32
That error message will be sent to the console if there is an llDetachFromAvatar() somewhere in your script, but you have not earlier used llRequestPermissions() to obtain PERMISSION_ATTACH. Any chance that you were adapting an older script and left in that function?