Difference between revisions of "Talk:Open Source Holodeck"

From Second Life Wiki
Jump to navigation Jump to search
(avoid using "ll" prefix in llPrototypeSay or llDebugSay)
 
Line 1: Line 1:
It is not a good idea to use the "ll" prefix in your own code, such as llPrototypeSay and llDebugSay because "ll" prefix is reserved for Linden Lab, and in case if some time in the future LL decides to use these same names, then you will have a name collision, and your code would break when it is overridden by the LL functions. [[User:Nicoladie Gymnast|Nicoladie Gymnast]]
It is not a good idea to use the "ll" prefix in your own code, such as llPrototypeSay and llDebugSay because "ll" prefix is reserved for Linden Lab, and in case if some time in the future LL decides to use these same names, then you will have a name collision, and your code would break when it is overridden by the LL functions. [[User:Nicoladie Gymnast|Nicoladie Gymnast]]
== Privacy Concern ==
I note that a holodeck containing this script (in particular, Holodeck Core) will apparently send an email to phoenixcms@hotmail.co.uk whenever the holodeck itself is rezzed.  The emal will contain the region and coordinates of the holodeck, the holodeck owner's name, and the holodeck owner's avatar key.  If this is a privacy concern, I suggest commenting out the appropriate lines in the on_rez event of the default state of the Holodeck Core script.
-- [[User:Len Lectar|Len Lectar]] 00:37, 7 October 2010 (UTC)

Revision as of 17:37, 6 October 2010

It is not a good idea to use the "ll" prefix in your own code, such as llPrototypeSay and llDebugSay because "ll" prefix is reserved for Linden Lab, and in case if some time in the future LL decides to use these same names, then you will have a name collision, and your code would break when it is overridden by the LL functions. Nicoladie Gymnast

Privacy Concern

I note that a holodeck containing this script (in particular, Holodeck Core) will apparently send an email to phoenixcms@hotmail.co.uk whenever the holodeck itself is rezzed. The emal will contain the region and coordinates of the holodeck, the holodeck owner's name, and the holodeck owner's avatar key. If this is a privacy concern, I suggest commenting out the appropriate lines in the on_rez event of the default state of the Holodeck Core script. -- Len Lectar 00:37, 7 October 2010 (UTC)