OsGetGridNick

From OpenSimulator

Revision as of 09:42, 19 November 2010 by Fritigern (Talk | contribs)

Jump to: navigation, search
//
// 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