diff options
author | David Walter Seikel | 2012-01-04 20:33:54 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 20:33:54 +1000 |
commit | db13ada463c2908eba68b166a9ccc4963db019f5 (patch) | |
tree | ed693d9d9532bea0d890f08199a0bcd5b1e73430 /LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example | |
parent | README files should include at least a basic description of what it's all abo... (diff) | |
download | SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.zip SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.gz SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.bz2 SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.xz |
Add a test sim with an MLP bed in it.
No animations yet, wont need them until later, maybe wont need them until this is ready for in world testing.
Diffstat (limited to '')
-rw-r--r-- | LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example b/LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example new file mode 100644 index 0000000..fcc1318 --- /dev/null +++ b/LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example | |||
@@ -0,0 +1,48 @@ | |||
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 | ||