Changes

Jump to navigation Jump to search
→‎Script - HelperMessages: - updated the script to detect the region name automatically
string pre = "hop://fireandicegrid.net:8002/app/agent/";
string tail = "/about";
string message = pre + aviUUID + tail + " has entered welcome " + llGetRegionName() + " for the first time today";
llInstantMessage(llList2Key(Helpers, index), message);
}

Navigation menu