Linden text version 2
{
LLEmbeddedItems version 1
{
count 0
}
Text length 1340
integer DEBUG = FALSE;
string POP_TEXT = "Two Step m";   // pop up text
string POP_UNSIT = "";    // pop tex when already sit
string POP_WAIT = "Wait!\nConfiguring...";    // 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 = "Dance";   //  text in pi menu
string MENU_UNSIT = "";    // menu when already sit
vector POSITION = <0.25, 0.0, 1.04>;    // <x,y,z> meters offset  when the agent face to the east
vector ADJUST = <0.0, 0.0, 0.2>;    // auto adjust ratio by the avatar size
vector ANGLE = <0,0,0>;                  //<x,y,z> degrees 
vector CAMERA_POS = <0, 0, 0>;
vector CAMERA_DIR = <0, 0, 0>;
integer LOCAL = TRUE;
integer HIDE = TRUE;   // set TRUE to hide when sitting
string ANIMATION = "";
key ANIMATION_ID = "";
//string BASE_ANIMATION = "";   // fixed animation
//list expressions = [];
float INTERVAL = 40.0;    // seconds interval to change pose
integer REPEAT = TRUE;  // repeat animations cyclic
integer TOUCH = FALSE; // touch then change pose 
float MOMENT = 1.0;     // seconds animations overlap
integer RESTART = TRUE;    // restart animation when stand up
integer CHANNEL = 0;   // Remote command channel (0: no remote)
integer STANDUP = FALSE;    // unsit after MOMENT
integer SYNC = TRUE;    // wait a partner sit
}
 