| 1 | alarm[1] = 165; |
| 2 | audio_stop_sound(obj_radio.current_song); |
| 3 | audio_sound_gain(obj_radio.current_song, 1, 1); |
| 4 | obj_radio.bgm = 164; |
| 5 | global.radio_restart = true; |
| 6 | timer[0] = 60; |
| 7 | scr_text(); |
| 8 | with (msg) |
| 9 | { |
| 10 | sndfnt = 99; |
| 11 | skippable = false; |
| 12 | portrait = false; |
| 13 | position = 0; |
| 14 | message[0] = "* What's this?"; |
| 15 | message[1] = "* A new customer?"; |
| 16 | } |