
September 15 (10 years ago)
;)
GenKitty said:
Bug Report
[[ [HR18]1d20r18 ]] highlights on a roll of 18+, but does not do the reroll.
HandleInput = function(msg_orig) { var msg = _.clone(msg_orig), args,attr,amount,chr,token,text='';That will fix it. I'm working on an update that will fix that and add some of those requested features...
Aaron said:
Change the first 3 lines of the HandleInput function:HandleInput = function(msg_orig) { var msg = _.clone(msg_orig), args,attr,amount,chr,token,text='';That will fix it. I'm working on an update that will fix that and add some of those requested features...
Bryan K. said:
Aaron said:
Change the first 3 lines of the HandleInput function:HandleInput = function(msg_orig) { var msg = _.clone(msg_orig), args,attr,amount,chr,token,text='';That will fix it. I'm working on an update that will fix that and add some of those requested features...
Does a similar fix need to be done for every function that takes in a msg for an API command?
I'm running into a lot of stuff not working since adding the power cards.
!power --name|Sweet Cuppin' Cakes --leftsub|Live Free --rightsub|Die Hard --attack2|[[1d20]] vs Armor Class --damage3|[[1d6]] radical damage !power --name|Sweet Cuppin' Cakes --leftsub|Live Free --rightsub|Die Hard --attack2|1d20 vs Armor Class --damage3|1d6 radical damage
// USER CONFIGUATION
var POWERCARD_DEFAULT_FORMAT = "";
var POWERCARD_CUSTOM_EMOTE = true;
var POWERCARD_USE_PLAYER_COLOR = true;
var POWERCARD_SHOW_ATTACK_DAMAGE_TAGS = true;
var POWERCARD_INLINE_ROLL_NO_HIGHLIGHT = false;
var POWERCARD_INLINE_ROLL_COLOR_OVERRIDE = true;
var POWERCARD_ROUNDED_INLINE_ROLLS = true;
Bennett S. said:
Oh okay. I only noticed the difference after the big overhaul, seemed odd that no one had mentioned it. But yeah, it'd be great to get that working whenever you got the time to look at it. Between all the rolls that Pathfinder can use in an attack, and my ADHD, its a huge boon to not have numbers floating around on lines without context when I'm GMing. :)