This commit is contained in:
Fred Beckhusen
2015-08-07 15:34:30 -05:00
parent ce47ec2f3e
commit fde850293c
8080 changed files with 0 additions and 2443112 deletions

View File

@@ -1,3 +0,0 @@
<Solution name="Broken_fluorescent_light_script">
<Project name="Broken_fluorescent_light_script" path="Broken_fluorescent_light_script\Broken_fluorescent_light_script.prj" active="true"/>
</Solution>

View File

@@ -1,6 +0,0 @@
<Project name="Broken_fluorescent_light_script" guid="D8B557A9-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8B558B1-6C00-1014-B904-200204C60A89">
<Script name="Broken_fluorescent_light_script_1.lsl" guid="D8B57C70-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -1,63 +0,0 @@
// :CATEGORY:Random
// :NAME:Broken_fluorescent_light_script
// :AUTHOR:oddyotoole
// :CREATED:2011-08-05 12:17:16.087
// :EDITED:2013-09-18 15:38:49
// :ID:118
// :NUM:177
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Broken_fluorescent_light_script
// :CODE:
//--------------------------------------
// Random Prim Glow (on/off) and lightning (on/off
// By Oddball Otoole
//--------------------------------------
// This program is free software; you can redistribute it and/or modify it.
// License information must be included in any script you give out or use.
// This script is licensed under the Creative Commons Attribution-Share Alike 3.0 License
// from http://creativecommons.org/licenses/by-sa/3.0 unless licenses are
// included in the script or comments by the original author,in which case
// the authors license must be followed.
//-------------------------------------
//Global Variables
float glow;
float time;
//-------------------------------------
// Main program
default
{
state_entry()
{
llSetColor(<1.0, 1.0, 1.0>, ALL_SIDES);
state begin;
}
}