Thread: Extra Fatigue
View Single Post
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 235

Old June 13th, 2020, 05:54 PM
Okay, so you can increase Wounds by this code:

Code:
Setup/10000
herofield[acMaxWound].value += 1
I have an edge that gives an extra level of Fatigue with a -1 penalty. So there is no "acMaxFatigue" but is "acFatigue".

Code:
Setup/10000
herofield[acFatigue].value += 1
So the Fatigue code gives no errors, but not sure if it actually does anything. When I export to a character sheet it is NOT reflected. So, am I doing it wrong or is a character sheet issue?
Gumbytie is offline   #1 Reply With Quote