Method ForceLevelUp
ForceLevelUp(NwClass, byte, Ability?, bool, ushort, NwDomain?, NwDomain?, SpellSchool, bool)
Forces a PC to level up without the level up GUI.
public void ForceLevelUp(NwClass classType, byte hitDie, Ability? abilityGain = null, bool epic = false, ushort skillPointsRemaining = 0, NwDomain? domain1 = null, NwDomain? domain2 = null, SpellSchool school = SpellSchool.Unknown, bool addStatsToList = true)
Parameters
classTypeNwClassThe class to level up.
hitDiebyteThe hit points gained during this level up.
abilityGainAbility?The abilty to increase : 6 = no increase.
epicboolIs this an epic level.
skillPointsRemainingushortNumber of skill points to give
domain1NwDomainSets a cleric domain for the class (255 = no domain)
domain2NwDomainSets the second cleric domain for the class (255 = no domain)
schoolSpellSchoolSets the wizard school for the class (255 = no school)
addStatsToListboolAdds the new stats to the character sheet