corrade-lsl-templates – Diff between revs 35 and 37

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 35 Rev 37
Line 684... Line 684...
684 "corrade", 684 "corrade",
685 configuration 685 configuration
686 ), 686 ),
687 wasKeyValueEncode( 687 wasKeyValueEncode(
688 [ 688 [
689 "command", "autopilot", 689 "command", "walkto",
690 "group", wasURLEscape( 690 "group", wasURLEscape(
691 wasKeyValueGet( 691 wasKeyValueGet(
692 "group", 692 "group",
693 configuration 693 configuration
694 ) 694 )
Line 698... Line 698...
698 "password", 698 "password",
699 configuration 699 configuration
700 ) 700 )
701 ), 701 ),
702 "position", autoPilotTarget + wasCirclePoint(1.1), 702 "position", autoPilotTarget + wasCirclePoint(1.1),
703 "action", "start" 703 "vicinity", 1.1,
-   704 "timeout", 60
704 ] 705 ]
705 ) 706 )
706 ); 707 );
Line 707... Line 708...
707 708
Line 1051... Line 1052...
1051 llResetScript(); 1052 llResetScript();
1052 } 1053 }
1053 state_exit() { 1054 state_exit() {
1054 llSetTimerEvent(0); 1055 llSetTimerEvent(0);
1055 } 1056 }
1056 } -  
1057   1057 }
-   1058