// This script is from http://xahlee.org/sl/ . Copyright © 2007 Xah Lee. Permission is granted for use or modification provided this note is intact and the script has permissions for copy, mod, and resell. // Description: This is a drop box. // good for comments, item transfers, etc. default{ state_entry(){ llSetText("Drop a notecard on me.", <1,0,0>, 1); llAllowInventoryDrop(TRUE); } }