function scr_item_stats_restorescr_item_stats_restorefunction scr_item_stats_restore(argument0) //gml_Script_scr_item_stats_restore { switch argument0 { case "G. Cactus": return 3; default: return 0; } }(argument0) //gml_Script_scr_item_stats_restore
{
switch argument0
case "G. Cactus":
return 3;
default:
return 0;
}