ANGEL Prim Drop Debug
From SLIS Second Life Wiki
Contents |
Debug controls
It may be necessary to alter various settings to test and improve the current version. These additional controls will help test this application
Reset an avatar name
From within the ANGEL server: - Pathway: Administrator Console/SQL Query Manager
Delete From Avatars where avatar_uuid='000 - add an avatar's uuid - 000'
Create an assignment and connect it
"What is my UUID" script simple
Put this in an object an dtouch it if you need to quickly see the avatar's UUID
default
{
touch_start(integer total_number)
{
AviID = (string)llDetectedKey(0);
AviName = llKey2Name(llDetectedKey(0));
llSay(0,AviID);
}
}