| 1 | message[0] = "* (Two boxes of rubber pellets# sit on the desk.)\t"; |
| 2 | if (global.route != 3) |
| 3 | message[1] = "* (Best leave them for someone# who needs them.)"; |
| 4 | else |
| 5 | message[0] = "* (Just some rubber pellets.)"; |
| 6 | if (global.dunes_flag[20] == 9) |
| 7 | instance_destroy(); |