Home |
Add a script
|
||
|---|---|---|---|
| Category: | Contributor: | Description | |
| Vehicles | Encog Dod | CarSeat | |
CarSeat
CarSeat
Download this script - Please use this link to get this script. If you see all the code on one long line, please use Wordpad or another editor, such as LSLEdit.exe. The .LSL file you will download is an ordinary text file.
1 // From the book: 2 // 3 // Scripting Recipes for Second Life 4 // by Jeff Heaton (Encog Dod in SL) 5 // ISBN: 160439000 6 X// Copyright 2007 by Heaton Research, Inc. 7 // 8 // This script may be freely copied and modified so long as this header 9 // remains unmodified. 10 // 11 // For more information about this book visit the following web site: 12 // 13 // http://www.heatonresearch.com/articles/series/22/ 14 15 default 16 { 17 state_entry() 18 { 19 llSitTarget(<0.2,0,0.45>, ZERO_ROTATION ); 20 } 21 }