combat rolls

Discussion of initiative tool.

Moderators: dorpond, Azhrei

Post Reply
Strangerson
Kobold
Posts: 20
Joined: Wed Aug 29, 2007 2:46 pm

combat rolls

Post by Strangerson »

the tool is looking nice.
found one problem. do not know if it is code or if i have done somthing wrong.
looks like the Melee and Ranged buttons are not working all i get on the event log is 1d20+8] 8 being the total

User avatar
jay
RPTools Team
Posts: 1767
Joined: Tue Feb 07, 2006 1:07 am
Location: Austin, Tx

Post by jay »

That is a bug, it will be fixed in the next release. Sorry it took so long to get back to you, I was out of town all weekend.

User avatar
Pyroman
Cave Troll
Posts: 68
Joined: Wed Dec 26, 2007 12:42 pm
Location: Tampa, FL

Post by Pyroman »

You can temporarily fix that yourself by placing a [ character before the 1 of the 1d20.

old line:
formatRoll(root.name + "'s melee attack: 1d" + '20+' + current + ']')

new line:
formatRoll(root.name + "'s melee attack: [1d" + '20+' + current + ']')

this is under game settings/custom properties/melee combat/check

I, however, have not figured out the trick to actually saving the settings. Every time I try and save the settings to a new file it never appears and if I try saving to the d20fantasy.rpgame file, it corrupts it.

Post Reply

Return to “InitiativeTool”