aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 20:33:54 +1000
committerDavid Walter Seikel2012-01-04 20:33:54 +1000
commitdb13ada463c2908eba68b166a9ccc4963db019f5 (patch)
treeed693d9d9532bea0d890f08199a0bcd5b1e73430 /LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example
parentREADME files should include at least a basic description of what it's all abo... (diff)
downloadSledjHamr-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 'LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example')
-rw-r--r--LuaSL/Test sim/objects/onefang's test bed/.SEQUENCES.example48
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
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