//sim
stats
default
{
state_entry()
{
llSleep(0.5);
}
touch_start(integer
num_detected)
{
llSetText("Region: " +
(string)llGetRegionName()
+
"\n Dilation: "
+
(string)llGetRegionTimeDilation()
+
"\n Host: " +
(string)llGetSimulatorHostname(),<1,1,1>,1);
}
}