/////////////////////////////////////////////////////////////////////////// // 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. // /////////////////////////////////////////////////////////////////////////// // _ _ // |_| _. _|_ _|_ o _ | _| _ |_| | | | \ // | | (_| |_ | | (/_ | (_| _> | | |_| |_/ // /////////////////////////////////////////////////////////////////////////// // CONFIGURATION // /////////////////////////////////////////////////////////////////////////// // Set this to the maximum possible velocity a player // can induce into the volleyball. integer MAX_VELOCITY = 50; /////////////////////////////////////////////////////////////////////////// // END CONFIGURATION // /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// // INTERNALS // /////////////////////////////////////////////////////////////////////////// float Ox; float Oy; float Oz; float Sx; float Sy; integer velocity=2; integer comHandle; integer comChannel; init() { llSetColor(<0,0,0>, ALL_SIDES); list alpha = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; integer itra; integer ahash; for(itra=0, ahash=0; itra, ALL_SIDES); } touch(integer num_detected) { if(velocity