corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 35  →  ?path2? @ 37
/source/fetch/fetch.lsl
@@ -686,7 +686,7 @@
),
wasKeyValueEncode(
[
"command", "autopilot",
"command", "walkto",
"group", wasURLEscape(
wasKeyValueGet(
"group",
@@ -700,7 +700,8 @@
)
),
"position", autoPilotTarget + wasCirclePoint(1.1),
"action", "start"
"vicinity", 1.1,
"timeout", 60
]
)
);
@@ -1053,4 +1054,4 @@
state_exit() {
llSetTimerEvent(0);
}
}
}