Sit script
//This script was found online, without any copyright. I have tested it and it worked for me, but there are no guarantees it will for you,=.
- Everything is copyrighted even if it doesn't say so on the page. What I suggest you do is provide a link to the page where you found this script - you should always acknowledge the source of something that you have copied (even if the copyright says it is OK for you to use/adapt it) PeterT 06:22, 31 July 2007 (BST)
- Ok dokey - can't find the page though.--Marsbar9 Schomer 14:09, 31 July 2007 (BST)
default { state_entry() { llSitTarget(<0.7, 0.0, -0.05>, <0.0, 0.08716, 0.0, 0.99619>); } touch_start(integer total_number) { llSay(0, "Right click me and choose 'Sit Here' to sit down"); } }