1 | if (global.route == 3) |
2 | message[0] = "* (A painting of a location# you've already seen.)" |
3 | else |
4 | { |
5 | message[0] = "* (Above the table is a painting# of a large swelterstone.)" |
6 | message[1] = "* (It's almost as if the heat# leaps right off of the canvas.)" |
7 | } |
8 | target_direction = 90 |