| 1 | if (ds_map_find_value(event_data, "event_type") == "sprite event") |
| 2 | { |
| 3 | switch (ds_map_find_value(event_data, "message")) |
| 4 | { |
| 5 | case "axis_acid_sound": |
| 6 | audio_play_sound(snd_chem_05_axis_acid_1, 1, 0); |
| 7 | break; |
| 8 | } |
| 9 | } |