I was reading through this older thread:
http://forums.wolflair.com/showthread.php?t=53758&highlight=encumbrance
Which ultimately answered the question offered a solution of adding the following script to the Post-attribute phase with a timing of 1950.
herofield[tEncumLgt].value *= 1.5
herofield[tEncumMed].value *= 1.5
herofield[tEncumHvy].value *= 1.5
And if I do that on the race itself, that works fine, but I would like to add this to a racial ability. So in the editor, on the top row of tabs, I select Race, and in the second row of tabs, I select "Race Special".
I add the same eval script with the same phase and the same timing, but it has no effect.
Is there a way I can make this work through a Race Special ability, or do I have to settle for doing this directly on the race?
				
			http://forums.wolflair.com/showthread.php?t=53758&highlight=encumbrance
Which ultimately answered the question offered a solution of adding the following script to the Post-attribute phase with a timing of 1950.
herofield[tEncumLgt].value *= 1.5
herofield[tEncumMed].value *= 1.5
herofield[tEncumHvy].value *= 1.5
And if I do that on the race itself, that works fine, but I would like to add this to a racial ability. So in the editor, on the top row of tabs, I select Race, and in the second row of tabs, I select "Race Special".
I add the same eval script with the same phase and the same timing, but it has no effect.
Is there a way I can make this work through a Race Special ability, or do I have to settle for doing this directly on the race?
