Dirty Ernie
Member
OK...
Who's workin' on this, and when's it gonna be ready?
Who's workin' on this, and when's it gonna be ready?

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
OK...
Who's workin' on this, and when's it gonna be ready?![]()
B&B is such a great setting, I figured one of you code wizards was already on the case!![]()
#trkmax[trkPower] += (#traitbonus[trCharisma] + herofield[acRank].value +1)
Although it should probably be noted that Hero Lab gets it "right" by not allowing multiple ABs in the sense that every time the subject comes up on the Pinnacle forums Clint Black reiterates that multiple ABs is not allowed by the core rules. Obviously various settings can do what they want, but by the core rules it's supposed to be a no-multiple-AB situation.
var PPoint as number
PPoint = 10
field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"
Pathfinder often uses a universal variable called abValue. This does not seem to exist in Savage Worlds, and for the most part is not needed. But as I correctly guessed, you can indeed have PP show up in the name of the Temptress edge. Go ahead and alter the code to get the equations that you want, but this will give you a baseline. I have no idea what Timing to use, but since it is likely you want to use your Traits, I tested it for Traits 5000 and it works.
Code:var PPoint as number PPoint = 10 field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"
I had been using a Derived Trait for Command Radius, but I will now go back and steal this idea and just make it appear on the Command edge.