OsGetRegionSize
De DigiWiki.
Returns the size of the region in meters.
Usually this function returns 256x256. However, when called in a megaregion it returns the size of the megaregion.
default { touch_start(integer t) { llSay(0, "Region size: " + (string)osGetRegionSize()); } }