OsGetGridName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: // // Example of osGetGridName() // returns the value of gridname = "Hippogrid" in OpenSim.ini under [GridInfo] section // default { state_entry() { llSay(0, "Grid Name = "+o...)
 
Line 10: Line 10:
 
   }
 
   }
 
  }
 
  }
 +
 +
 +
[[Category:OSSL]]

Revision as of 09:42, 19 November 2010

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