1 | if (global.route == 3) |
2 | { |
3 | message[0] = "* (A sign.)"; |
4 | } |
5 | else |
6 | { |
7 | message[0] = "* Caution: Slippery when wet!\t"; |
8 | message[1] = "* Caution: Slippery when dry!\t"; |
9 | message[2] = "* This section of tiling lacks# friction and we do not know how# to fix it!"; |
10 | } |