OsGetGridNick

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
<source lang="lsl">
 
  //
 
  //
 
  // Example of osGetGridNick()
 
  // Example of osGetGridNick()
Line 10: Line 11:
 
   }
 
   }
 
  }
 
  }
 
+
</source>
  
 
[[Category:OSSL]]
 
[[Category:OSSL]]

Revision as of 17:27, 5 June 2011

//
 // Example of osGetGridNick()
 // returns the value of gridnick = "hippogrid" in OpenSim.ini under [GridInfo] section
 //
  default
 {
 state_entry()
   {
   llSay(0, "Grid Nick Name = "+osGetGridNick());
   }
 }
Personal tools
General
About This Wiki