removed useless _ folders
This commit is contained in:
@@ -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 //
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user