Update for new nwscript.nss
Update for new nwscript.nss. Added & updated notes. Continuing with spellcasting marker feats.
This commit is contained in:
@@ -62,7 +62,7 @@ void main()
|
||||
sScript += LetoAdd("SkillList", "", "list");
|
||||
|
||||
//Sex
|
||||
sScript += SetGender(nSex);
|
||||
/* sScript = */ SetGender(oPC, nSex);
|
||||
|
||||
//Race
|
||||
sScript += SetRace(nRace);
|
||||
|
@@ -520,7 +520,7 @@ int CheckArchmageClass()
|
||||
int iArchClass = GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_BEGUILER)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_DNECRO)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SORCERER)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SUBCHORD)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SUBLIME_CHORD)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_WARMAGE)
|
||||
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_WIZARD);
|
||||
|
||||
|
Reference in New Issue
Block a user