From ab531593d8020fab3b8f25baf821b12da990b7d5 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Wed, 21 Nov 2012 01:23:03 +0000 Subject: [PATCH] Constants: Adding HTTP_CUSTOM_HEADER, PERMISSION_TELEPORT; Updating PURSUIT_GOAL_TOLERANCE, WANDER_PAUSE_AT_WAYPOINTS, REQUIRE_LINE_OF_SIGHT --- trunk/Resource/ConfLSL.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index 7a01201..a8ac6b2 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -3727,6 +3727,7 @@ If this permission enabled, the object can successfully call the llTakeControls libray call. + If this permission is enabled, the object can successfully @@ -4661,16 +4662,16 @@ Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE. - + One of TRAVERSAL_TYPE_FAST, TRAVERSAL_TYPE_SLOW, and TRAVERSAL_TYPE_NONE. - + Selects a random destination near the offset. Define whether the character attempts to predict the target's location. Go to a position offset from the target. - Define whether the character needs a line-of-sight to give chase. + Define whether the character needs a line-of-sight to give chase. @@ -4743,6 +4744,7 @@ + Usage: 'HTTP_CUSTOM_HEADER, string, string'. Add an extra custom HTTP header to the request. The first string is the name of the parameter to change, e.g. "Pragma", and the second string is the value, e.g. "no-cache".