I get these two errors;
the best overload for the method ‘UnityEngine.PlayerPrefs.SetInt(String, int)’ is not compatible with the argument list ‘(System.Object)’.
Expression ‘PlayerPrefs.SetInt(((‘pkmn’ + self.number) + ‘level’))’ cannot be assigned to.
PlayerPrefs.SetInt("pkmn"+number+"level") = newLevel;
newLevel is set to oldlevel + 1;