Scriptname OnLoadEvalDerived extends ObjectReferenceFaction Property DnDConstitution autoFaction Property DnDStrength autoFaction Property DnDLinearDamageAdjuster autoFaction Property DnDIntelligence autoFaction Property DnDWisdom autoFaction Property DnDLoreSkill autoFaction Property DnDArmorClass autoFaction Property DnDDexterity autoFaction Property DnDCharismaautoFaction Property DnDTHAC0 autoEvent OnLoad() EvalDerived.EvalAll(self as actor, Faction DnDConstitution, Faction DnDCharLevel, Faction DnDStrength, Faction DnDDexterity, Faction DnDIntelligence, Faction DnDWisdom, Faction DnDCHarisma, Faction DnDLoreSkill, Faction DnDTHAC0, Faction DnDArmorClass, Faction DnDLinearDamageAdjuster)endEvent
All this is supposed to do is run a global function from another script that basically sets various faction ranks to appropriate values based on other faction ranks. It is the system that underlies my d20 stuff. I get these weird errors however (no errors in the EvalDerived script though)
Starting 1 compile threads for 1 files...Compiling "OnLoadEvalDerived"...c:\program files\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\OnLoadEvalDerived.psc(12,8): mismatched input 'Property' expecting FUNCTIONc:\program files\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\OnLoadEvalDerived.psc(0,0): error while attempting to read script OnLoadEvalDerived: Object reference not set to an instance of an object.No output generated for OnLoadEvalDerived, compilation failed.
