function scr_item_stats_story(argument0) //gml_Script_scr_item_stats_story { switch argument0 { case "Missing Poster": return 0; case "Snowdin Map": return 0; case "Matches": return 0; case "Lukewarm Coffee": return 0; case "Soggy Mitten": return 0; default: return 0; } }