1 | if (global.route != 3) |
2 | { |
3 | message[0] = "* (A pile of crates, all# containing corn.)"; |
4 | message[1] = "* (You're getting tired of the# stuff.)"; |
5 | } |
6 | else |
7 | { |
8 | message[0] = "* (Some crates.)"; |
9 | } |