Linden text version 2
{
LLEmbeddedItems version 1
{
count 0
}
Text length 1417
integer DEBUG = FALSE;  // verbose outpur to the owner
vector POSITION = <1.0, 0.0, -0.5>;    // <x,y,z> meters offset  when the agent face to the east
vector ANGLE = <0,0,180>;                  //<x,y,z> degrees 
vector CAMERA_POS = <-1.5, 0, 0.5>;
vector CAMERA_DIR = <0, 0, 0>;
integer LOCAL = TRUE;  // POSITIONS and angles are local coodinate
string POP_TEXT = "";   // pop up text
string POP_UNSIT = "";    // pop tex when already sit
string POP_WAIT = "";    // pop tex when restart
vector TEXT_COLOR = <1.0, 1.0, 1.0>;    // <r,g,b> pop up text color
vector UNSIT_COLOR = <1.0, 0.0, 1.0>;
string MENU_TEXT = "";   //  text in pi menu
string MENU_UNSIT = "";    // menu when already sit
integer HIDE = FALSE;   // set TRUE to hide when sitting
integer PHANTOM = FALSE; // phantom at stand up
string ANIMATION = "";
key ANIMATION_ID = "";
//string BASE_ANIMATION = "";   // fixed animation
//list expressions = [];
float INTERVAL = 0;    // seconds interval to change pose
float MOMENT = 1.0;     // seconds animations overlap
integer REPEAT = TRUE;  // repeat animations cyclic
integer RESTART = FALSE;    // start the first animation at next sit
integer TOUCH = TRUE; // touch then change pose
string TOUCHME_MSG = "Touch me to change animation.";
integer CHANNEL = 0;   // Remote command channel (0: no remote)
integer STANDUP = FALSE;    // unsit after MOMENT
integer SYNC = FALSE;    // wait a partner sit
}
 