ACR_BuilderPlugin.PluginMain.SetCreatureHPPnP C# (CSharp) Method

SetCreatureHPPnP() private method

private SetCreatureHPPnP ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void SetCreatureHPPnP(object sender, EventArgs e)
        {
            if (MessageBox.Show("This tool will set creature hit points across the module. To blacklist a creature from this feature, add a local variable of type int with a name of ABP_SETHP_OVERRIDE and a value of -1. For further uses of ABP_SETHP_OVERRIDE, see the wiki.", "Set Creature Hit Points", MessageBoxButtons.OKCancel) == DialogResult.Cancel) return;
            SetCreatureHP(CreatureHelper.HPType.PenAndPaper);
        }