| HoloBoss |
LSL Wiki |
|
//Holoboss Generic script for autorezzer with Horizons Holodeck (Novatech). //Detects arrival of avatar near holodeck and commands rez of specific scene unless the //scene is aready rezzed. The name of the scene is given in the llSay line. //Recommended autorezzer: 10x10x1 box, transparent and phantom. //Checklist: 1. Be sure of at least 30 meteres clearance above and around location. //2.Rez holodeck; 3. Set holodeck public. 4. Set holodeck timer //Put autorezzer directly over the holodeck. //TROUBLESHOOT: On entry, nothing happens //Remove any objects in 30m hemisphere above and around the autorezzer. //TROUBLESHOOT: On entry,the command appears in chat but no rez. //Lift the autoezzer, click on holodeck, set it to public. //You can modify the script as you wish. For mods to control access, contact Code Tracer |
|
|
default { state_entry() |
|
|
{ llVolumeDetect(TRUE); } |
Set Volume Detect |
|
collision_start(integer num_detected) { float Arc=PI/2; // scan range set to hemisphere on X axis. llSensor("", NULL_KEY, ACTIVE | PASSIVE, 20, Arc); // scan for objects within 20 m hemisphere } no_sensor() // on no objects, load scene {llSay(0, "load scene galaxy class");//insert name of scene to be rezzed. } }
//Product of Thinkerer's LOD project on script modding. //Info on how to mod this and other scripts // at: thinkerer.org/LODScriptMod/LODScrInto.htm |
|
|
|
|
The Thinkerer
06/22/2008 Copyright (c) D. F. Dansereau & S. H. Evans |
LODScr | ||
| Famous fables | |||