removed useless _ folders
This commit is contained in:
3
Set_Color/Set_Color.sol
Normal file
3
Set_Color/Set_Color.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Set_Color">
|
||||
<Project name="Set_Color" path="Set_Color\Set_Color.prj" active="true"/>
|
||||
</Solution>
|
||||
37
Set_Color/Set_Color/Object/Set_Color_1.lsl
Normal file
37
Set_Color/Set_Color/Object/Set_Color_1.lsl
Normal file
@@ -0,0 +1,37 @@
|
||||
// :CATEGORY:Color
|
||||
// :NAME:Set_Color
|
||||
// :AUTHOR:Anonymous
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:39:02
|
||||
// :ID:742
|
||||
// :NUM:1025
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Set Color.lsl
|
||||
// :CODE:
|
||||
|
||||
1// remove this number for the script to work.
|
||||
|
||||
|
||||
|
||||
//This script will set the color of an object, Very useful when used with the get color vector script.
|
||||
|
||||
//This is the color vector, Change the numbers between the 2 arrows.
|
||||
|
||||
vector color = <1,1,1>;
|
||||
|
||||
//This is side of the object which the script will change the color of. Using ALL_SIDES will change the color of all the sides.
|
||||
|
||||
integer side = ALL_SIDES;
|
||||
|
||||
|
||||
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSetColor(color,side);
|
||||
}
|
||||
}
|
||||
// END //
|
||||
6
Set_Color/Set_Color/Set_Color.prj
Normal file
6
Set_Color/Set_Color/Set_Color.prj
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project name="Set_Color" guid="D7968388-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D7968464-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Set_Color_1.lsl" guid="D796EC7B-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user