aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/onefang%27s%20test%20bed/.SEQUENCES.example
diff options
context:
space:
mode:
Diffstat (limited to 'media/Test%20sim/onefang%27s%20test%20bed/.SEQUENCES.example')
-rw-r--r--media/Test%20sim/onefang%27s%20test%20bed/.SEQUENCES.example48
1 files changed, 48 insertions, 0 deletions
diff --git a/media/Test%20sim/onefang%27s%20test%20bed/.SEQUENCES.example b/media/Test%20sim/onefang%27s%20test%20bed/.SEQUENCES.example
new file mode 100644
index 0000000..fcc1318
--- /dev/null
+++ b/media/Test%20sim/onefang%27s%20test%20bed/.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
27SEQUENCE | Tour1
28MENU | Example...
29POSE | standing
30AVWAIT | 0 | Waiting for someone to sit on blue ball
31WHISPER | 0 | /0 and /1 stand together
32WAIT | 10
33POSE | pillow-sit | 0 | /0 and /1 sit with a comfy pillow
34WAIT | 10
35POSE | sit2 | 0 | The pillow disappears
36WAIT | 10
37REPEAT
38
39SEQUENCE | tour2
40MENU | Example...
41POSE | standing | 0 | The two of you stand
42WAIT | 10
43LABEL | here
44POSE | pillow-sit | 0 | /0 and /1 sit with a pillow
45WAIT | 10
46POSE | sit2 | 0 | Where did the pillow go?
47WAIT | 10
48GOTO | here