private void btnSetHp_Click(object sender, EventArgs e) { MiniGrouperScript?.SetHp(GetInt(tbxSetHp.Text), GetInt(tbxMaxHp.Text)); }