default { touch_start(integer num_detected) { integer numberOfFreeURLs = llGetFreeURLs(); if(numberOfFreeURLs) llSay(0, "There are " + (string)numberOfFreeURLs + " available HTTP-In URLs left for this sim."); else llSay(0, "WARNING: There are no HTTP-In URLs available anymore."); } }