/////////////////////////////////////////////////////////////////////////// // Copyright (C) Wizardry and Steamworks 2011 - License: GNU GPLv3 // // Please see: http://www.gnu.org/licenses/gpl.html for legal details, // // rights of fair usage, the disclaimer and warranty conditions. // /////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////// // ------------------- CONFIGURATION ------------------ // // You can change this to a channel your listeners will use. integer DEDICATION_CHANNEL = 98; ////////////////////////////////////////////////////////// // --------------------- INTERNALS -------------------- // list requests = []; default { touch_start(integer total_number) { if(llDetectedKey(0) != llGetOwner()) jump user; if(llGetListLength(requests) == 0) { llOwnerSay("No dedications are currently lined up."); return; } llOwnerSay("----------------- BEGIN REQUESTS ------------------"); integer itra; for(itra=0; itra