////////////////////////////////////////////////////////// // WaS (c) grimore.org - 2012, License: GPLv3 // // Please see: http://www.gnu.org/licenses/gpl.html // // for legal details, rights of fair usage and // // the disclaimer and warranty conditions. // ////////////////////////////////////////////////////////// default { state_entry() { llSetText("Touch to spin...", <1,1,1>, 1); } touch(integer num) { llMessageLinked(LINK_THIS, 1, "spin", ""); } }