public virtual void OnAddCharacterEvent(string character_name) { if (character_name == "Leo") { Game1.addParrotBoyIfNecessary(); } }