I have a racial ability which doubles the carrying capacity with regards to encumbrance 
0 - 800lbs Light
801 - 1599 Med
1600 - 2400 Heavy
Here's the script
	
	
	
		
However when I add weight of 468lbs the encumbrance displays Med and applies an ACP of -3
Any thoughts?
The script was copied from Ant Haul.
				
			0 - 800lbs Light
801 - 1599 Med
1600 - 2400 Heavy
Here's the script
		Code:
	
	Post Attributes 10000
~ We can carry twice as much before we are encumbered
herofield[tEncumLgt].value *= 2
herofield[tEncumMed].value *= 2
herofield[tEncumHvy].value *= 2However when I add weight of 468lbs the encumbrance displays Med and applies an ACP of -3
Any thoughts?
The script was copied from Ant Haul.

 
	 Post-Attr 1950 not 10k
 Post-Attr 1950 not 10k oops!
 oops!