|
2 years ago ::
Dec 12, 2010 - 9:59PM
#21
|
Date Joined:
Aug 31, 2009
|
Updated the first post with links to all three, including the finished PDF form! Still planning on making a third page, dedicated entirely to biographical stuff and a picture and whatnot
|
|
|
|
2 years ago ::
Dec 14, 2010 - 5:57PM
#22
|
Date Joined:
Aug 17, 2007
|
Brilliant Sheet! I was working on a Form type one also, and it is offical... I am dumping working on mine yours looks better! :D
I think I noticed, your form does not auto calculate the Modifiers. Here is the script code I used in my sheet:
var f = this.getField("STR"); g = f.value; h = ((g - (g % 2)) - 10) / 2; if (h > 0) { h = "+" + h }; event.value = h;
The "STR" would be whatever the fieldname of the Ability you are calulating in that field.
|
|
|
|
2 years ago ::
Dec 14, 2010 - 6:07PM
#23
|
Date Joined:
Aug 31, 2009
|
Brilliant Sheet! I was working on a Form type one also, and it is offical... I am dumping working on mine yours looks better! :D
I think I noticed, your form does not auto calculate the Modifiers. Here is the script code I used in my sheet
Sheet has been updated accordingly. Thank you!
|
|
|
|
2 years ago ::
Dec 14, 2010 - 6:21PM
#24
|
Date Joined:
Aug 17, 2007
|
I think your Bonuses in the Skills are not working now.
EDIT: Disregard. I let it sit and moved around on the form and it eventually fixed them. This is the same thing that happened on my old 3.5 form... and possibly could be because of my old version of Acrobat.
|
|
|
|
2 years ago ::
Dec 14, 2010 - 6:25PM
#25
|
Date Joined:
Aug 31, 2009
|
I think your Bonuses in the Skills are not working now.
EDIT: Disregard. I let it sit and moved around on the form and it eventually fixed them. This is the same thing that happened accationally on my old 3.5 form... and possibly could be because of my old version of Acrobat.
Its probably the custom Javascript stuff I had to put in so that it showed the numbers with + or - values in front.
|
|
|
|
2 years ago ::
Dec 14, 2010 - 6:44PM
#26
|
Date Joined:
Aug 17, 2007
|
Yeah, if the bonuses don't show right away, all you have to do is something that forces it to recalculate, like change level temporality. It recalculates, then you can change it back.
Once again, my Acrobat for Mac is like 2 versions old. No one else might have this issue.
Also FYI, I had a script also for a check box that would change which ability bonus it used on a stat.
In 3.5 I used it for base attack two swap to Dexterity when a character had Finesse. This could be used also to automate the choices for FORT, REF and WILL.
If it was used, people could click the checkbox for "INT" for example and it would use INT in the Reflex bonus... actually, it could also use the same box to automate the AC bonus too. Since you do not have a checkbox already in place, this might be more of a pain than it is worth.
If you are intestested, I would have to look through an external hard drive at home. I think it is on the backup from from my old laptop last year.
|
|
|
|
2 years ago ::
Dec 14, 2010 - 6:48PM
#27
|
Date Joined:
Aug 31, 2009
|
Yah, i'm not looking to go that nuts with it - especially since I can only work on the pdf form at work, and only work on the actual sheet graphics at home
|
|
|
|
2 years ago ::
Dec 14, 2010 - 7:33PM
#28
|
Date Joined:
Aug 17, 2007
|
Yeah, I hear ya. I might do some playing around with it over the next couple weeks. If I get it working sweet, I might PM you and show it to you in a link to see what you think. Might be easier to just leave it manual.
|
|
|