Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
dartnet
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2007
Posts: 591

Old May 2nd, 2012, 05:36 PM
How would I scrip a dis advantage that gives a -2 charisma at minor and a -4 at major?
dartnet is offline   #1 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,550

Old May 2nd, 2012, 07:41 PM
Set this for PreTraits/5000...

~if this is a major hindrance, use the -4 modifier
if (field[hinMajor].value <> 0) then
perform #traitadjust[trCharisma,-,4,"Really Unpleasant"]
else
~otherwise this is a minor hindrance, use the -2 modifier
perform #traitadjust[trCharisma,-,2,"Unpleasant"]
endif
CapedCrusader is offline   #2 Reply With Quote
dartnet
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2007
Posts: 591

Old May 3rd, 2012, 03:46 PM
And if I were to make it user Activated?
dartnet is offline   #3 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,550

Old May 7th, 2012, 06:48 PM
~if this is a major hindrance, use the -4 modifier
if (field[abilActive].value <> 0) then
if (field[hinMajor].value <> 0) then
perform #traitadjust[trCharisma,-,4,"Really Unpleasant"]
else
~otherwise this is a minor hindrance, use the -2 modifier
perform #traitadjust[trCharisma,-,2,"Unpleasant"]
endif
endif
CapedCrusader is offline   #4 Reply With Quote
dartnet
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2007
Posts: 591

Old May 7th, 2012, 07:26 PM
You are a god among men sir.
dartnet is offline   #5 Reply With Quote
Reply


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 09:58 AM.


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