[opensource-dev] STORM-243 - simulator version notifications

Twisted Laws twisted_laws at hotmail.com
Tue Jan 18 12:30:37 PST 2011



Personally I see no reason for it and a user could have a simple script they are wearing that triggers on changed, CHANGE_REGION, that tells them the version of the server if they are interested.  
 
default
{
  on_rez(integer start_param)
  {
         llOwnerSay(llGetRegionName + " " + llGetEnv("sim_channel") + " " + llGetEnv("sim_version"));
  }
   changed(integer change)
   {
      if(change & CHANGED_REGION)
     {
         llOwnerSay(llGetRegionName + " " + llGetEnv("sim_channel") + " " + llGetEnv("sim_version"));
     }
  }
}
  		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110118/eea23f02/attachment.htm 


More information about the opensource-dev mailing list