Linden text version 2
{
LLEmbeddedItems version 1
{
count 0
}
Text length 1400
integer DEBUG = FALSE;  // verbose outpur to the owner
string POP_TEXT = "Touch me to go up.";   // pop up text
string POP_UNSIT = "";    // pop tex when already sit
string POP_WAIT = "Wait! Configuring...";    // pop tex when restart
vector TEXT_COLOR = <0.5, 1.0, 0.5>;    // <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
vector POSITION = <-5.0, 112.0, 40.0>;    // <x,y,z> meters offset  when the agent face to the east
vector ANGLE = <0,0,0>;                  //<x,y,z> degrees 
vector CAMERA_POS = <0, 0, 0>;
vector CAMERA_DIR = <0, 0, 0>;
integer LOCAL = FALSE;  // POSITIONS and angles are local coodinate
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 = 30.0;    // seconds interval to change pose
float MOMENT = 1.0;     // seconds animations overlap
integer REPEAT = TRUE;  // repeat animations cyclic
integer RESTART = TRUE;    // start the first animation at next sit
integer TOUCH = FALSE; // touch then change pose
integer CHANNEL = 0;   // Remote command channel (0: no remote)
integer STANDUP = TRUE;    // unsit after MOMENT
integer SYNC = FALSE;    // wait a partner sit
}
 