| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- //
- // The line above should be left blank to avoid script errors in OpenSim.
- /* Sloodle Status Codes
- Copyright (c) 2006-9 Sloodle (various contributors)
- Released under the GNU GPL
-
- This files lists all the status codes we use for sloodle.
- They have been written in LSL format so that you can plunk them into your source
- code if needed.
- Contributors:
- Edmund Edgar
- Paul Preibisch
-
- http://lslplus.sourceforge.net/
-
- */
- integer SLOODLE_CHANNEL_HTTP_RESPONSE = -1639260101 // Tells the sloodle_rezzer_object script to send the contents as an http response, to the key specified as key
- integer SLOODLE_CHANNEL_SET_SET_SHARED_MEDIA_URL_OWNER = -1639270111; // set the main shared media panel to the specified URL, accessible to the owner
- integer SLOODLE_CHANNEL_SET_SET_SHARED_MEDIA_URL_GROUP = -1639270112; // set the main shared media panel to the specified URL, accessible to the group
- integer SLOODLE_CHANNEL_SET_SET_SHARED_MEDIA_URL_ANYONE = -1639270114; // set the main shared media panel to the specified URL, accessible to anyone
- integer SLOODLE_CHANNEL_SET_SET_BROWSER_URL_OWNER = -1639270121; // set the open browser button to url, accessible to owner
- integer SLOODLE_CHANNEL_SET_SET_BROWSER_URL_GROUP = -1639270122; // set the open browser button to url, accessible to group
- integer SLOODLE_CHANNEL_SET_SET_BROWSER_URL_ANYONE = -1639270124; // set the open browser button to url, accessible to anyone
- integer SLOODLE_CHANNEL_SET_CLEANUP_AND_DEREZ = -1639270131; // linked message to tell the object to derez if it has some object-specific cleanup tasks.
- integer SLOODLE_CHANNEL_QUIZ_START_FOR_AVATAR = -1639271102; //Tells us to start a quiz for the avatar, if possible.; Ordinary quiz chair will have a second script that detects and avatar sitting on it and sends it. Awards-integrated version waits for a game ID to be set before doing this.
- integer SLOODLE_CHANNEL_QUIZ_STARTED_FOR_AVATAR = -1639271103; //Sent by main quiz script to tell UI scripts that quiz has started for avatar with key
- integer SLOODLE_CHANNEL_QUIZ_COMPLETED_FOR_AVATAR = -1639271104; //Sent by main quiz script to tell UI scripts that quiz has finished for avatar with key, with x/y correct in string
- integer SLOODLE_CHANNEL_QUESTION_ASKED_AVATAR = -1639271105; //Sent by main quiz script to tell UI scripts that question has been asked to avatar with key. String contains question ID + "|" + question text
- integer SLOODLE_CHANNEL_QUESTION_ANSWERED_AVATAR = -1639271106; //Sent by main quiz script to tell UI scripts that question has been answered by avatar with key. String contains selected option ID + "|" + option text + "|"
- integer SLOODLE_CHANNEL_QUIZ_LOADING_QUESTION = -1639271107;
- integer SLOODLE_CHANNEL_QUIZ_LOADED_QUESTION = -1639271108;
- integer SLOODLE_CHANNEL_QUIZ_LOADING_QUIZ = -1639271109;
- integer SLOODLE_CHANNEL_QUIZ_LOADED_QUIZ = -1639271110;
- integer SLOODLE_CHANNEL_QUIZ_GO_TO_STARTING_POSITION = -1639271111;
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION = -1639271112;
- integer SLOODLE_CHANNEL_ANSWER_SCORE_FOR_AVATAR = -1639271113; // Tells anyone who might be interested that we scored the answer. Score in string, avatar in key.
- integer SLOODLE_CHANNEL_QUIZ_STATE_ENTRY_DEFAULT = -1639271114; //mod quiz script is in state DEFAULT
- integer SLOODLE_CHANNEL_QUIZ_STATE_ENTRY_READY = -1639271115; //mod quiz script is in state READY
- integer SLOODLE_CHANNEL_QUIZ_STATE_ENTRY_LOAD_QUIZ_FOR_USER = -1639271116; //mod quiz script is in state CHECK_QUIZ
- integer SLOODLE_CHANNEL_QUIZ_STATE_ENTRY_QUIZZING = -1639271117; //mod quiz script is in state quizzing
- integer SLOODLE_CHANNEL_QUIZ_NO_PERMISSION_USE= -1639271118; //user has tried to use the chair but doesnt have permission to do so.
- integer SLOODLE_CHANNEL_QUIZ_STOP_FOR_AVATAR = -1639271119; //Tells us to STOP a quiz for the avatar
- integer SLOODLE_CHANNEL_QUIZ_UNSEAT_AVATAR = -1639271120; //sends a message to unseat an avatar
- integer SLOODLE_CHANNEL_QUIZ_ERROR_INVALID_QUESION = -1639271121; //
- integer SLOODLE_CHANNEL_QUIZ_SUCCESS_NOTHING_MORE_TO_DO_WITH_AVATAR= -1639271122;
- integer SLOODLE_CHANNEL_QUIZ_ERROR_ATTEMPTS_LEFT= -1639271123; //
- integer SLOODLE_CHANNEL_QUIZ_ERROR_NO_QUESTIONS= -1639271124; //
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_CHAT = -1639271125; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA CHAT.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG = -1639271126; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_SHARED_MEDIA = -1639271127; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA SHARED MEDIA.
- integer SLOODLE_CHANNEL_SCOREBOARD_SHARED_MEDIA_SET_ADMIN_URL_CHANNEL= -1639271128; // This is the channel that the scoreboard shouts out its admin URL
- integer SLOODLE_CHANNEL_SCOREBOARD_SHARED_MEDIA_CHANGE_ADMIN_URL_CHANNEL= -1639271129; // This is the channel that the scoreboard shouts out its admin URL WHEN It has changed due to a region event (lost its url etc)
- integer SLOODLE_SCOREBOARD_CONNECT_HUD= -1639271130; // channel which gets sent a linked message by the connect a hud button when it is touched.
- integer SLOODLE_SCOREBOARD_CONNECT_HUD_REGION_SAY= -1639271131; // broadcast to the region by the scoreboard when a user presses the connect scoreboard button
- integer SLOODLE_CHANNEL_BACKPACK_SHARED_MEDIA_SET_STUDENT_URL_CHANNEL = -1639271161; // broadcast to the region by the hud giver
- integer SLOODLE_CHANNEL_BACKPACK_SHARED_MEDIA_REQUEST_STUDENT_URL_CHANNEL = -1639271162; // broadcast to the region by the hud
- integer SLOODLE_CHANNEL_BACKPACK_KNOWN_SITE_CONTROLLER_LIST = -1639271163; // list of available sites and controllers
- integer SLOODLE_CHANNEL_BACKPACK_SITE_CONTROLLER_TOGGLE_NEXT = -1639271164; // button to switch between controllers on the hud
- integer SLOODLE_CHANNEL_BACKPACK_SITE_CONTROLLER_TOGGLE_PREVIOUS = -1639271165; // button to switch between controllers on the hud
- integer SLOODLE_CHANNEL_BACKPACK_SITE_CONTROLLER_CURRENT_DISPLAY = -1639271166; // current site / controller for display
- integer SLOODLE_OBJECT_INTERACTION= -1639271132; //channel interaction objects speak on
- integer SLOODLE_OBJECT_REGISTER_INTERACTION= -1639271133; //channel objects send interactions to the mod_interaction-1.0 script on to be forwarded to server
- integer SLOODLE_OBJECT_INTERACTION_SHOUT_COMMAND= -1639271134; //channel interaction object will shout commands to its consituent parts
- integer SLOODLE_OBJECT_BLINK= -1639271135; //linked message channel to tell a prim to blink
- integer SLOODLE_OBJECT_GIVE_POINTS= -1639271136; //linked message channel to tell an object to give points
- integer SLOODLE_LOAD_CURRENT_URL= -1639271137; //send message to shared media to open url that it is currently displaying in a browser.
- integer SLOODLE_CHANNEL_DISTRIBUTOR_REQUEST_GIVE_OBJECT = -1639271151; // start the process to give the specified object to the specified avatar, if they are allowed it.
- integer SLOODLE_CHANNEL_DISTRIBUTOR_DO_GIVE_OBJECT = 1639271152; // actually do give the specified object to the specified avatar
- integer SLOODLE_CHANNEL_SCOREBOARD_UPDATE_COMPLETE = 1639271140;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_CONFIG = -1639272000;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_SET_CELL_INFO=-1639272001;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_REMAP_INDICIES=-1639272002;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_RESET_INDICIES=-1639272003;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_SET_THICKNESS=-1639272004;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES_SET_COLOR=-1639272005;
- integer SLOODLE_CHANNEL_SCOREBOARD_SCORES = 1639272100;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_CONFIG = -1639273000;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_SET_CELL_INFO = -1639273001;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_REMAP_INDICIES = -1639273002;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_RESET_INDICIES = -1639273003;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_SET_THICKNESS = -1639273004;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM_SET_COLOR = -1639273005;
- integer SLOODLE_CHANNEL_SCOREBOARD_TEAM = 1639273100;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_CONFIG = -1639274000;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_SET_CELL_INFO = -1639274001;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_REMAP_INDICIES = -1639274002;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_RESET_INDICIES = -1639274003;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_SET_THICKNESS = -1639274004;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY_SET_COLOR = -1639274005;
- integer SLOODLE_CHANNEL_SCOREBOARD_CURRENCY = 1639274100;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_CONFIG = -1639275000;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_SET_CELL_INFO = -1639275001;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_REMAP_INDICIES = -1639275002;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_RESET_INDICIES = -1639275003;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_SET_THICKNESS = -1639275004;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE_SET_COLOR = -1639275005;
- integer SLOODLE_CHANNEL_SCOREBOARD_TITLE= 1639275100;
- integer SLOODLE_CHANNEL_ZZTEXT_TEXTURE_CONFIG= -1639276000;
- integer SLOODLE_CHANNEL_POOL_BOUNDARIES_QUERY= -163928000;//sharks whisper on this channel requesting the boundaries from the shark pool
- integer SLOODLE_CHANNEL_POOL_BOUNDARIES_RESPONSE= -163928001;//pool whispers on this channel telling sharks the boundaries from the shark pool
- integer SLOODLE_CHANNEL_ENEMY_AIM = -163928665;//Channel to communicate on when enemy is aming at target, ie:delivering a laserbeam
- integer SLOODLE_CHANNEL_ENEMY_ATTACK= -163928666;//Channel to communicate on when attack occurs by an enemy
- integer SLOODLE_CHANNEL_MESSAGER_INSTANT_MESSAGE = 163290001;
- integer SLOODLE_CHANNEL_OPEN_IN_BROWSER = -1639277000;
- integer SLOODLE_CHANNEL_USER_TOUCH = -1639277002;//user touched object
- integer SLOODLE_CHANNEL_QUIZ_LOAD_QUIZ= -1639277003;//user touched object
- integer SLOODLE_CHANNEL_QUIZ_NOTIFY_SERVER_OF_RESPONSE= -1639277004;
- integer SLOODLE_CHANNEL_QUIZ_FEED_BACK_REQUEST= -1639277005;
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG0 = -170000; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG1 = -1700001; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG2 = -1700002; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG3= -1700003; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG4 = -1700004; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG5 = -1700005; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_ASK_QUESTION_DIALOG6 = -1700006; // Tells the question handler scripts to ask the question with the ID in str to the avatar with key VIA DIALOG.
- integer SLOODLE_CHANNEL_QUIZ_MASTER_REQUEST= -1639277006;
- integer SLOODLE_CHANNEL_ANIM= -1639277007;
- integer SLOODLE_CHANNEL_QUIZ_MASTER_RESPONSE= -1639277008;
- integer SLOODLE_TRANSLATE_HOVER_TEXT_LINKED_PRIM= -1639277009;
- integer SLOODLE_SET_TEXTURE= -1639277010;
- integer SLOODLE_TIMER_START= -1639277011; //shoudl be used to starts the timer from its current position
- integer SLOODLE_TIMER_RESTART= -1639277012;//should be used to set the counter to 0 and begin counting down again
- integer SLOODLE_TIMER_STOP= -1639277013;//should stop the timer at its current position
- integer SLOODLE_TIMER_STOP_AND_RESET= -1639277014;//should stop the timer at its current position and reset count to 0
- integer SLOODLE_TIMER_RESET= -1639277015;//shoudl reset the count back to zero but not restart the timer
- integer SLOODLE_TIMER_TIMES_UP= -1639277016;//used to transmit the timer reached its time limit
- integer SLOODLE_SENSOR_ONCE= -1639277017;//issue an llSensor
- integer SLOODLE_REMOTE_LOAD_SCRIPT=1639277018;//remote loader channel used by scripts who can't afford to sleep but need to use llRemoteScriptLoadPin, use this channel to get a remote loader script to handle the loading instead of main script
- integer SLOODLE_BLINKER=1639277019;//used to send commands to a prim which should blink
- integer SLOODLE_HTTPIN_MESSAGE_RECEIVED=1639277020;//used to tell other scripts a message has been received
- integer SLOODLE_OBSTRUCTION=1639277021;
- integer SLOODLE_SENSOR_DETECTED_KEYS= -1639277022;//issue an llSensor
- integer SLOODLE_CHANNEL_CHILDREN=-1639277023;
- integer SLOODLE_CHANNEL_PARENT=-1639277024;
- integer SLOODLE_QUESTION_IMAGE=-1639277025;//used for in quiz scripts, when a question is recieved, send the image url|question dialog to an display
- integer SLOODLE_FEEDBACK_OUTPUT=-1639277026;//used for in quiz scripts, when a user answers a question, output the feedback to linked message so it can be displayed
- // Please leave the following line intact to show where the script lives in Git:
- // SLOODLE LSL Script Git Location: assets/misc/sloodle_status_codes.lslp.lsl
|