I don't think that a "solution" that makes people wear more scripted 
attachments is a good one, especially since the viewer already HAS the 
information.

make it a popup that is controlled by a debug option which is off by default, 
and make the content of the popup more useful for people that actually want to 
see it.

bye,
LC




Am Mittwoch, 19. Januar 2011, 10:46:31 schrieb Opensource Obscure:
> On a second though, this solution (paired with the information from
> "About Second Life") seems good enough to me.
> 
> Also, simplifying the viewer as a general approach is indeed necessary
> and reasonable.
> 
> Opensource Obscure
> 
> On Tue, Jan 18, 2011 at 21:30, Twisted Laws <twisted_l...@hotmail.com> 
wrote:
> > 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"));
> >      }
> >   }
> > }
> > 
> > 
> > _______________________________________________
> > Policies and (un)subscribe information available here:
> > http://wiki.secondlife.com/wiki/OpenSource-Dev
> > Please read the policies before posting to keep unmoderated posting
> > privileges

_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to