diff options
author | David Walter Seikel | 2014-04-22 14:22:30 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-22 14:22:30 +1000 |
commit | 1d0bfbe0388309d17839d091e6069b0942b07efb (patch) | |
tree | 7ae33a3fcc45d00eff7920298d01ed5b5e3b0ac7 /LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example | |
parent | And update .gitignore to match. (diff) | |
download | SledjHamr-1d0bfbe0388309d17839d091e6069b0942b07efb.zip SledjHamr-1d0bfbe0388309d17839d091e6069b0942b07efb.tar.gz SledjHamr-1d0bfbe0388309d17839d091e6069b0942b07efb.tar.bz2 SledjHamr-1d0bfbe0388309d17839d091e6069b0942b07efb.tar.xz |
Move the test sim to the media directory.
Diffstat (limited to 'LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example')
-rw-r--r-- | LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example b/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example deleted file mode 100644 index fcc1318..0000000 --- a/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/.SEQUENCES.example +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | / Sequence config for MLPV2.3 | ||
2 | / lines beginning with slash are comments | ||
3 | |||
4 | / Global commands (these are commented out) | ||
5 | / Use any number of these by deleting the slash at the beginning | ||
6 | / debug | 1 | sequence start/stop | ||
7 | / debug | 2 | echo each command as executed | ||
8 | / debug | 4 | avatar hop on/off | ||
9 | / debug | -1 | all debugging | ||
10 | |||
11 | / Sequence Commands: | ||
12 | / ======= | ||
13 | / SEQUENCE | seqence-name | ||
14 | / MENU | menu-name | set number & colors of balls | ||
15 | / POSE | pose-name | chat-chan | chat-message | start a pose (chan & message are optional; message is whispered). | ||
16 | / AVWAIT | 0 1 2 3 | chat-message-if-waiting | pause the sequence until the balls listed are sat on (0 1 2 3 in this example) | ||
17 | / SAY | chat-chan | chat-message | say the given text on the given chat chan | ||
18 | / WHISPER | chat-chan | chat-message | whisper the given text on the given chat chan | ||
19 | / WAIT | wait-seconds | pause before executing next command | ||
20 | / LABEL | label-name | set a target for GOTO | ||
21 | / GOTO | label-name | go to a label, to loop the bottom of a sequence | ||
22 | / REPEAT | repeat the whole sequence | ||
23 | |||
24 | / Chat-messages can include the first names of participants using /0 for avatar on first ball, /1 for av on 2nd ball, etc. | ||
25 | / (See the names of the ball objects.) | ||
26 | |||
27 | SEQUENCE | Tour1 | ||
28 | MENU | Example... | ||
29 | POSE | standing | ||
30 | AVWAIT | 0 | Waiting for someone to sit on blue ball | ||
31 | WHISPER | 0 | /0 and /1 stand together | ||
32 | WAIT | 10 | ||
33 | POSE | pillow-sit | 0 | /0 and /1 sit with a comfy pillow | ||
34 | WAIT | 10 | ||
35 | POSE | sit2 | 0 | The pillow disappears | ||
36 | WAIT | 10 | ||
37 | REPEAT | ||
38 | |||
39 | SEQUENCE | tour2 | ||
40 | MENU | Example... | ||
41 | POSE | standing | 0 | The two of you stand | ||
42 | WAIT | 10 | ||
43 | LABEL | here | ||
44 | POSE | pillow-sit | 0 | /0 and /1 sit with a pillow | ||
45 | WAIT | 10 | ||
46 | POSE | sit2 | 0 | Where did the pillow go? | ||
47 | WAIT | 10 | ||
48 | GOTO | here | ||