Sort by name
This commit is contained in:
65
gml_Object_ba4_Mouse_7.gml
Normal file
65
gml_Object_ba4_Mouse_7.gml
Normal file
@@ -0,0 +1,65 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 16
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 15
|
||||
}
|
||||
else if (global.recipemode == "bubbly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 14
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 17
|
||||
}
|
||||
else if (global.recipemode == "c")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 8
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
Reference in New Issue
Block a user