diff options
author | Pacien TRAN-GIRARD | 2014-04-06 13:23:02 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-06 13:23:02 +0000 |
commit | 7cec06bea8172ceb7d819f4d2d4474585200c74d (patch) | |
tree | f1187e4160d8ef8abff7e99fa772656b8179d750 /test | |
parent | 52b649c665ac9f35b3e4d553bd964442dc5224c1 (diff) | |
parent | 013f9175a9ad8f103d439e1b7e61efd1e2cd43e0 (diff) | |
download | esieequest-7cec06bea8172ceb7d819f4d2d4474585200c74d.tar.gz |
Merge branch 'zuul-with-items' into 'master'
Zuul With Items
Diffstat (limited to 'test')
-rw-r--r-- | test/commands.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/commands.txt b/test/commands.txt index 73d07ea..d4eab7d 100644 --- a/test/commands.txt +++ b/test/commands.txt | |||
@@ -1,2 +1,18 @@ | |||
1 | help | 1 | help |
2 | // go to the cafeteria to test the inventory | ||
3 | go north | ||
4 | go west | ||
5 | take banana | ||
6 | look | ||
7 | take orange | ||
8 | look | ||
9 | take anti-matter | ||
10 | look | ||
11 | drop banana | ||
12 | look | ||
13 | drop orange | ||
14 | look | ||
15 | drop anti-matter | ||
16 | look | ||
17 | // | ||
2 | quit \ No newline at end of file | 18 | quit \ No newline at end of file |