Push All Scripts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:03 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:38:56 -0000
|
||||
@@ -0,0 +1,68 @@
|
||||
// :CATEGORY:Access List
|
||||
// :NAME:llOverMyLand_DoubleTest
|
||||
// :AUTHOR:mangowylder
|
||||
// :CREATED:2012-04-10 23:06:50.373
|
||||
// :EDITED:2013-09-18 15:38:56
|
||||
// :ID:485
|
||||
// :NUM:652
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Double Check Scan
|
||||
// :CODE:
|
||||
string gParcelName;
|
||||
|
||||
key gKeyToucherID;
|
||||
|
||||
integer toggle;
|
||||
|
||||
integer gIntActive;
|
||||
|
||||
integer gIntVectorX;
|
||||
|
||||
|
||||
|
||||
string parcelName(vector p) {
|
||||
|
||||
return llList2String(llGetParcelDetails(p, [PARCEL_DETAILS_NAME]) , 0);
|
||||
|
||||
}
|
||||
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
gParcelName = parcelName(llGetPos());
|
||||
|
||||
toggle = !toggle;
|
||||
|
||||
}
|
||||
|
||||
touch_start(integer total_number)
|
||||
|
||||
{
|
||||
|
||||
gKeyToucherID = llDetectedKey(0);
|
||||
|
||||
if (toggle){
|
||||
|
||||
gIntActive = 1;
|
||||
|
||||
llSensorRepeat( "", "", AGENT, 96.0, PI, 10.0 );
|
||||
|
||||
|
||||
|
||||
llInstantMessage(gKeyToucherID, "Scanner Started");
|
||||
|
||||
}
|
||||
|
||||
else{
|
||||
|
||||
llInstantMessage(gKeyToucherID, "Scanner Stopped");
|
||||
|
||||
gIntActive = 0;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:40 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:40 -0000
|
||||
vti_filesize:IR|285
|
||||
vti_backlinkinfo:VX|
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="llOverMyLand_DoubleTest" guid="D8C3BAC2-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D8C3BB9F-6C00-1014-B904-200204C60A89">
|
||||
<Script name="llOverMyLand_DoubleTest_1.lsl" guid="D8C3D692-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user