1 | if (global.route != 3) |
2 | { |
3 | message[0] = "* (You notice the UGPS logo on# the crates.)"; |
4 | message[1] = "* (It appears they can handle# more than letters.)"; |
5 | } |
6 | else |
7 | { |
8 | message[0] = "* (A crate.)"; |
9 | } |