From 7e8d4ca3b1d96b5573aab99015f431147e6c6965 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 4 Jun 2014 10:29:40 -0400 Subject: make "default" a constant, and remove that and "state" from events --- .../newview/app_settings/keywords_lsl_default.xml | 34 +++++++--------------- 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'indra') diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index ef699031c6..37dd2db93f 100755 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -33,6 +33,11 @@ tooltip Leave current event or function.\nreturn [<variable>];\nOptionally pass back a variable's value, from a function. + state + + tooltip + state <target>\nIf the target state is not the same as the current one, change to the target state. + while tooltip @@ -5992,33 +5997,14 @@ tooltip - - events - default - arguments - - tooltip - All scripts must have a default state, which is the first state entered when the script starts.\nIf another state is defined before the default state, the compiler will report a syntax error. - - state - - arguments - - - Name - - type - string - tooltip - - - - - tooltip - state <target>\nChange to the target state. + tooltip + All scripts must have a default state, which is the first state entered when the script starts.\nIf another state is defined before the default state, the compiler will report a syntax error. + + events + at_rot_target arguments -- cgit v1.2.3