function scr_item_stats_restorescr_item_stats_restorefunction scr_item_stats_restore(arg0) { switch (arg0) { case "G. Cactus": return 3; break; default: return 0; } }(arg0)
{
switch (arg0)
case "G. Cactus":
return 3;
break;
default:
return 0;
}