function scr_item_stats_protectionscr_item_stats_protectionfunction scr_item_stats_protection(argument0) //gml_Script_scr_item_stats_protection { switch argument0 { case "G. Pear": return 2; default: return 0; } }(argument0) //gml_Script_scr_item_stats_protection
{
switch argument0
case "G. Pear":
return 2;
default:
return 0;
}