Finicky script.

Post » Thu Jun 21, 2012 1:47 pm

Getting some new errors I've never seen before, wondering if you guys could stop my problem.
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.
User avatar
Mandy Muir
 
Posts: 3307
Joined: Wed Jan 24, 2007 4:38 pm

Post » Thu Jun 21, 2012 10:37 am

Edit: Nvm, it was just a few small typos. Sorry to bother everyone.
User avatar
Rusty Billiot
 
Posts: 3431
Joined: Sat Sep 22, 2007 10:22 pm


Return to V - Skyrim