1 | if (global.route == 3) |
2 | { |
3 | message[0] = "* (An old couch.)"; |
4 | } |
5 | else |
6 | { |
7 | message[0] = "* (You check in-between the# cushions for loose change.)\t"; |
8 | message[1] = "* (All you find are crumbs and# corn kernels.)"; |
9 | } |