| 1 | if (global.route == 1 && global.sworks_flag[0] > 0) |
| 2 | { |
| 3 | instance_destroy(); |
| 4 | exit; |
| 5 | } |
| 6 | if (global.route == 3) |
| 7 | { |
| 8 | message[0] = "* (The stage.)"; |
| 9 | exit; |
| 10 | } |
| 11 | message[0] = "* (A stage ready for# performance.)"; |
| 12 | message[1] = "* (Too bad there aren't any gigs# today.)"; |