Hello, potentially quick question for the scripters and macro wizards out there.
I am curious if it is possible to have GroupCheck prompt a whisper/public query, like I know it can for Advantage/Disadvantage, etc.
Currently, I have two macros borrowed from one that I had seen discussed in the forums, one for whispering and one for not, by excluding the second line of the following macro.
!group-check {{ --whisper --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage|0}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,) ~status ?{Status| None, | Red,red| Blue,blue| Green,green| Orange,orange| Purple,purple| Pink,pink| Yellow,yellow| ―, | Concentrating,blue| Readying,stopwatch| ―, | Prone,back-pain| Restrained,fishing-net| Grappled,grab| ―, | Incapacitated,interdiction| Stunned,pummeled| Unconscious,sleepy| ―, | Charmed,chained-heart| Frightened,screaming| ―, | Poisoned,half-heart| Blinded,bleeding-eye| Deafened,lightning-helix| Paralyzed,padlock| Petrified,broken-skull| ―, | Dodging,bolt-shield| Cover (half),broken-shield:2| Cover (three-quarters),broken-shield:5| Cover (full),white-tower| Invisible,ninja-mask| ―, } }}
The macros work exactly as I saw discussed (with help from ApplyDamage.js), but is there a line of code I could replace --whisper with in order to have the macro query for Whisper/Public like it queries for everything else? I'm trying to keep my hotbar as streamlined as possible.
Thanks in advance! All this stuff is mind-boggling to me, I'm no coder/scripter, but I can copy/paste! :D