Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Savage Worlds
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 235

Old June 13th, 2020, 05:42 PM
Beasts & Barbarians has an edge "Temptress". Gives the character boost/lower trait Power with its own power point pool. In Deluxe SW it is Charisma + 1/Rank Power Points. And my edge code worked and is this:

Code:
#trkmax[trkPower] += ((herofield[acRank].value + 1) + #traitbonus[trCharisma])

var PPoint as number
PPoint = ((herofield[acRank].value + 1) + #traitbonus[trCharisma])

field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"
We have no Charisma in SWADE so the edge is modified to, Persuasion + 1/Rank Power Points. So tried this code but no avail:

Code:
#trkmax[trkPower] += ((herofield[acRank].value + 1) + #traitprof[skPersuadeSWADE])

var PPoint as number
PPoint = ((herofield[acRank].value + 1) + #traitprof[skPersuadeSWADE])

field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"
So I need to pull the dice amount for the Persuasion skill and obviously doing it wrong Any suggestions?
Gumbytie is online now   #1 Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:24 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.