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