diff options
author | Pacien TRAN-GIRARD | 2014-04-17 10:07:19 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-17 10:07:19 +0000 |
commit | 006daa5c112fd9a5e3bdc38d760ba22b2558651c (patch) | |
tree | 638d75e1dd07e29df248143960794265041bbae0 /test/commands.txt | |
parent | 12acc853fff55c463f10509e5e79fee72cd9127e (diff) | |
parent | abc30b45754e82c00d7c06ff83c74dff9401da11 (diff) | |
download | esieequest-006daa5c112fd9a5e3bdc38d760ba22b2558651c.tar.gz |
Merge branch 'zuul-extended' into 'master'
Zuul Extended
Diffstat (limited to 'test/commands.txt')
-rw-r--r-- | test/commands.txt | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/test/commands.txt b/test/commands.txt index d4eab7d..cc8b061 100644 --- a/test/commands.txt +++ b/test/commands.txt | |||
@@ -1,18 +1,35 @@ | |||
1 | help | 1 | help |
2 | // go to the cafeteria to test the inventory | 2 | // go to the off-script rooms |
3 | go north | 3 | go north |
4 | go west | 4 | go west |
5 | take banana | 5 | go north |
6 | look | 6 | go east |
7 | take orange | 7 | go east |
8 | look | 8 | go east |
9 | take anti-matter | 9 | go north |
10 | look | 10 | go east |
11 | drop banana | 11 | go north |
12 | look | 12 | take Weighted Storage Cube |
13 | drop orange | 13 | take Edgeless Safety Cube |
14 | look | 14 | take Portable Black-hole |
15 | drop anti-matter | 15 | take Edgeless Safety Cube |
16 | look | 16 | go south |
17 | go east | ||
18 | go north | ||
19 | take Portable Quantum Tunneling Device | ||
20 | use Portable Quantum Tunneling Device | ||
21 | go south | ||
22 | go east | ||
23 | go north | ||
24 | go south | ||
25 | use Portable Quantum Tunneling Device | ||
26 | go south | ||
27 | go east | ||
28 | go east | ||
29 | go north | ||
30 | take KeyCard | ||
31 | go north | ||
32 | drop KeyCard | ||
33 | go south | ||
17 | // | 34 | // |
18 | quit \ No newline at end of file | 35 | quit \ No newline at end of file |