Please feel free to direct me towards the appropriate thread if I have made this in error. But I wasn't able to find anything on this particular subject.
I'm making a racial trait weakness, that affects certain skills, namely their Diplomacy and Stealth (-2 Racial Penalty). However, no matter what script I seem to run it doesn't apply the penalty.
Pre-Levels, 10000
-----------------------------------------------------------------------------
hero.child[skStealth].field[PenTrait].value = hero.child[skStealth].field[PenTrait].value - 2
hero.child[skDiplo].field[PenTrait].value = hero.child[skStealth].field[PenTrait].value - 2
------------------------------------------------------------------------------
Any help with this would be greatly appreciated. Thank you.
I'm making a racial trait weakness, that affects certain skills, namely their Diplomacy and Stealth (-2 Racial Penalty). However, no matter what script I seem to run it doesn't apply the penalty.
Pre-Levels, 10000
-----------------------------------------------------------------------------
hero.child[skStealth].field[PenTrait].value = hero.child[skStealth].field[PenTrait].value - 2
hero.child[skDiplo].field[PenTrait].value = hero.child[skStealth].field[PenTrait].value - 2
------------------------------------------------------------------------------
Any help with this would be greatly appreciated. Thank you.