2023-11-25 21:14:46 +02:00
|
|
|
hover = 1
|
2024-01-12 02:36:02 +02:00
|
|
|
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "p" && global.recipemode != "s" && global.recipemode != "z")
|
2023-11-25 21:14:46 +02:00
|
|
|
{
|
|
|
|
hoversound = 1
|
|
|
|
audio_play_sound(mouse_hover, 1, false)
|
|
|
|
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
|
|
|
|
}
|