Google
×
Jan 22, 2015 ˇ Say what would be said by "Copy SLURL to clipboard" in the Map of the standard client string wwGetSLUrl() { string globe ...
Jan 24, 2015 ˇ The built-in function llGetRegionName is an example of this. When executed, it returns the name of whatever sim the script is executing in.
Jan 24, 2015 ˇ touch_start( integer num_detected ) { // Announce the region where the script is running llOwnerSay( "Welcome to " + llGetRegionName() + ".
string llGetRegionName() Returns the current region (sim) name, for example " Gibson". To request information about a region try llRequestSimulatorData.
LSL Wiki : llGetRegionName ˇ HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl836.us.archive.org ...
Simple Second Life region map grab/update script. Uses the gridsurvey.com API - Z&A Region Map Display.lsl.
Oct 1, 2012 ˇ This last week has seen me busy commencing the MA Education in Virtual Worlds so very little time to spare for posting. In fact a little ...
Jun 7, 2014 ˇ ... iChange & CHANGED_REGION){ 533 if (g_iTraceOn){ 534 string sRegionName=llGetRegionName(); 535 if (sRegionName !
Feb 22, 2017 ˇ integer found = FALSE; default { state_entry() { if(llGetObjectDesc() == llGetRegionName()) found = TRUE; if(found == TRUE) return; integer ...