| 1 | event_inherited(); |
| 2 | if (global.route == 3) |
| 3 | message[0] = "* (You hear whispering coming# from the cellar.)"; |
| 4 | else |
| 5 | message[0] = "* (The cellar is locked. Must be# where the harvest is stored.)"; |
| 6 | depth = 0; |
| 7 | image_speed = 0; |