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,32 @@
// :CATEGORY:Building
// :NAME:Positioning_Tool_Script
// :AUTHOR:Anonymous
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:00
// :ID:646
// :NUM:876
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Positioning Tool Script.lsl
// :CODE:
1// Remove this number for this script to work
// This script is to give you the position of the object the script is in.
default
{
state_entry()
{
llInstantMessage(llGetOwner(), "Positioning tool is now Online, click for the exact postion");
}
touch_start(integer total_number)
{
llInstantMessage(llGetOwner(), (string)llGetPos());
}
}
// END //

View File

@@ -0,0 +1,6 @@
<Project name="Positioning_Tool_Script" guid="D772D70A-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D772D7F9-6C00-1014-B904-200204C60A89">
<Script name="Positioning_Tool_Script_1.lsl" guid="D772EE4A-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>