From 20215c3d30fb55bf232bff1b3d6652d82e00b798 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sat, 26 Jan 2008 10:34:49 +0000 Subject: Rewrote svn properties handling script in python. Added more file types. --- bin/assets/ScriptsAssetSet/llAngleBetween.lsl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bin/assets/ScriptsAssetSet/llAngleBetween.lsl') diff --git a/bin/assets/ScriptsAssetSet/llAngleBetween.lsl b/bin/assets/ScriptsAssetSet/llAngleBetween.lsl index 441be1b..21cd851 100644 --- a/bin/assets/ScriptsAssetSet/llAngleBetween.lsl +++ b/bin/assets/ScriptsAssetSet/llAngleBetween.lsl @@ -1,11 +1,11 @@ -default -{ - state_entry() - { - rotation aRot = ZERO_ROTATION; - rotation bRot = llGetRot(); - float aBetween = llAngleBetween( aRot, bRot ); - llOwnerSay((string)aBetween); - //llGetRot() being < 0, 0, 90 > this should report 1.570796 - } -} +default +{ + state_entry() + { + rotation aRot = ZERO_ROTATION; + rotation bRot = llGetRot(); + float aBetween = llAngleBetween( aRot, bRot ); + llOwnerSay((string)aBetween); + //llGetRot() being < 0, 0, 90 > this should report 1.570796 + } +} -- cgit v1.1