Push All Scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<Project name="Ground_Collision_Protector" guid="D80F35C4-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D80F36BB-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Ground_Collision_Protector_1.lsl" guid="D80F4EF2-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,34 @@
|
||||
// :CATEGORY:Animation
|
||||
// :NAME:Ground_Collision_Protector
|
||||
// :AUTHOR:Davy Maltz
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:38:54
|
||||
// :ID:364
|
||||
// :NUM:497
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Ground_Collision_Protector
|
||||
// :CODE:
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
llSetTimerEvent(0.05);
|
||||
|
||||
}
|
||||
|
||||
timer()
|
||||
|
||||
{
|
||||
|
||||
llSetText("",<0,0,0>,0.0);
|
||||
|
||||
vector halfourheight = (llGetAgentSize(llGetOwner()) / 2);
|
||||
|
||||
vector ourpos = llGetPos();
|
||||
|
||||
Reference in New Issue
Block a user