No _vti
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
// :CATEGORY:Pointer
|
||||
// :NAME:Pointer
|
||||
// :AUTHOR:Davy Maltz
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:38:59
|
||||
// :ID:636
|
||||
// :NUM:864
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// First, The version which includes the llMoveToTarget follow:
|
||||
// :CODE:
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
on_rez(integer start_param)
|
||||
|
||||
{
|
||||
|
||||
llResetScript();
|
||||
|
||||
}
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
llSensorRepeat("","",AGENT,96,TWO_PI,0.01);
|
||||
|
||||
}
|
||||
|
||||
sensor(integer num_detected)
|
||||
|
||||
{
|
||||
|
||||
integer num = 0;
|
||||
|
||||
if(llDetectedKey(0) == llGetOwner())
|
||||
|
||||
{
|
||||
|
||||
num = 1;
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
// :CATEGORY:Pointer
|
||||
// :NAME:Pointer
|
||||
// :AUTHOR:Davy Maltz
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:38:59
|
||||
// :ID:636
|
||||
// :NUM:865
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// And this version, which doesn't:
|
||||
// :CODE:
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
on_rez(integer start_param)
|
||||
|
||||
{
|
||||
|
||||
llResetScript();
|
||||
|
||||
}
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
llSensorRepeat("","",AGENT,96,TWO_PI,0.01);
|
||||
|
||||
}
|
||||
|
||||
sensor(integer num_detected)
|
||||
|
||||
{
|
||||
|
||||
integer num = 0;
|
||||
@@ -1,7 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:04 -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:59 -0000
|
||||
@@ -1,7 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:04 -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:39:00 -0000
|
||||
Reference in New Issue
Block a user