1 | if (global.route != 3) |
2 | { |
3 | message[0] = "* (Some hefty boxes lie in the# dirt.)\t"; |
4 | message[1] = "* (They seem to have been here# for a long time.)"; |
5 | } |
6 | else |
7 | { |
8 | message[0] = "* (Some boxes.)"; |
9 | } |