removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,25 @@
// :CATEGORY:Phantom AV
// :NAME:The_Simple_Method_to_Phantom_Av_by_
// :AUTHOR:Beatfox Xevious
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:07
// :ID:886
// :NUM:1255
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// The Simple Method to Phantom Av by Beatfox Xevious-STEP TWO.lsl
// :CODE:
//The Simple Method to Phantom Av by Beatfox Xevious-STEP TWO
//After saving the script, unlink the prims and delete the one you put the script in. The remaining prim should now act like a phantom prim, even though it's not set to phantom. Next, place the following script in it:
default { state_entry() { llListen(1, "", llGetOwner(), ""); } listen(integer channel, string name, key id, string message) { if (message == "phantom on") { llSetScale(<.4, .4, .4>); llSetScale(<.5, .5, .5>); } else if (message == "phantom off") { llResetScript(); } } }
//Finally, attach the prim. Type "/1 phantom on" to turn on phantom mode, and "/1 phantom off" to turn it off. That's all there is to it! Note that this is intended for flying only; it can do some pretty funky stuff in walk mode. // END //

View File

@@ -0,0 +1,6 @@
<Project name="The_Simple_Method_to_Phantom_Av_by_" guid="D7C2DEA4-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D7C2DF69-6C00-1014-B904-200204C60A89">
<Script name="The_Simple_Method_to_Phantom_Av_by__1.lsl" guid="D7C2F74A-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>