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 > -- Opensource Obscure Twitter [EN] - Twitter [IT] - Blog [IT] - YouTube - Photos - Second Life _______________________________________________ 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