Difference between revisions of "Online Indicator"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 43: Line 43:
key user_key = "00000000-0000-0000-0000-000000000000";      // must be agent UUID whose status it will indicate
key user_key = "00000000-0000-0000-0000-000000000000";      // must be agent UUID whose status it will indicate
integer time = 30;                                          // time within the message should be written.
integer time = 30;                                          // time within the message should be written.
string url = "http://world.secondlife.com/resident/";
string url = "http://world.secondlife.com/a/resident/";
key blank = "5748decc-f629-461c-9a36-a35a221fe21f";
key blank = "5748decc-f629-461c-9a36-a35a221fe21f";
string name;
string name;

Revision as of 02:28, 27 April 2009

Copying Permission

Copyright © 2008 by Kristy Fanshaw

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

To get a copy of the GNU General Public License, see <http://www.gnu.org/licenses/>.

Online Indicator