1 | if (global.route == 3) |
2 | { |
3 | message[0] = "* (No response.)"; |
4 | } |
5 | else |
6 | { |
7 | message[0] = "* Who's there?\t"; |
8 | message[1] = "* I'm in the middle of robbing# this nice apartment.\t"; |
9 | message[2] = "* Come back when I've escaped."; |
10 | } |