
It works! Woohoo. Thank you so much!
HoneyBadger said:
Update: Jan 5th, 2014 ~ 8:10 am eastern
- Version: 2.3.2
- Minor Update: You can now use --tokenid|@{selected|token_id} or --tokenid|@{target|self|token_id} to use the token image in place of the character avatar in a custom emote.
GenKitty said:
Yay. Now to get the GM of the game I'm in to update his script... This site *really* needs a script-push system, so updating scripts is easier on GMs :>
Riley D. said:
GenKitty said:
Yay. Now to get the GM of the game I'm in to update his script... This site *really* needs a script-push system, so updating scripts is easier on GMs :>
We're laying the foundation on that. More tomorrow.
Chad said:
My players write their own macros and some of them are quite good at it, but from time to time they still make a mistake. Some of those mistakes crash the API (Usually when they start doing lots of complex die rolls and make a typo or miss a bracket or something.)
Could you possibly put some error catching in here (a try...catch... segment) to let them know when they do something that would have crashed the API?
Chad said:
Could you possibly put some error catching in here (a try...catch... segment) to let them know when they do something that would have crashed the API?
try..catch has limited usefulness in JavaScript. It's generally better to guard against whatever would cause the error in the first place.
HoneyBadger said:
Update: Jan 5th, 2014 ~ 8:10 am eastern
- Version: 2.3.2
- Minor Update: You can now use --tokenid|@{selected|token_id} or --tokenid|@{target|self|token_id} to use the token image in place of the character avatar in a custom emote.
Bugfix: Jan 8th, 2015 ~ 11:00 pm easternDING! Looks like we've got an update.
Version: 2.3.3
Bugfix: Custom style emotes were broken when trying to use them with the --tokenid and --whisper tags combined.
HoneyBadger said:
Bugfix: Jan 9th, 2015 ~ 5:00 am eastern
- Version: 2.3.4
- Bugfix: Fixed if/else logic issues in regards to --emote, --charid, and --tokenid tags.
Riley D. said:
We now have this on Dev in two ways:
Roll Templates, which are a way for sheet authors to create stylized listings of rolls that match the system and sheet they've created.
Basic text formatting for all text chat messages, including bolding, italicizing, adding links, and even embedding images in your chat messages, via Markdown.
!power --name|test --Always Crit|[[1d20cs>1]] --Always Fail|[[1d20cf<20]]
Are you using the latest version on the Dev server?Encartrus said:
Update: The ": -J_7UeoR3Hmgn1W6VYSN" was an issue with that specific macro, but for any macro run through !power we have two problems:
-The header will shrink from the size of the rest of the style sheet and floats down over the first row of the the rest of the power card.
-Rolls in each row are overlapping the text that borders them.
The problem only happens with the available 2.4.1 code. The 1.0 code from the last thread works in formatting without issue.
Encartrus said:
A new thing this afternoon is my player' powercards are sending two of each powercard when they click their macros. I've deleted all of my API scripts and readded just the code listed above, but it is still sending two of each item (including the exact same rolls for both).
Normal macros, chat, and dicerolls aren't doubling, only powercards. Any ideas?
GenKitty said:
Silly question: Is there a way to have variable-multitargets have 'Target 1' 'Target 2' and so on, instead of just plain 'Target' and I'm just missing it?
Vince said:
Encartrus said:
A new thing this afternoon is my player' powercards are sending two of each powercard when they click their macros. I've deleted all of my API scripts and readded just the code listed above, but it is still sending two of each item (including the exact same rolls for both).
Normal macros, chat, and dicerolls aren't doubling, only powercards. Any ideas?
Did you paste the powercard script in twice....? :-)
Wade said:
GenKitty said:
Silly question: Is there a way to have variable-multitargets have 'Target 1' 'Target 2' and so on, instead of just plain 'Target' and I'm just missing it?
like this? Pasted from above in HB's instructions...
Vince said:
Double pasting the script was just the first thing I tried, and it doubled the output... just thought it may be that simple. I do believe in ghost scripts also. :~)
That means you fixed it. :-) HB, Wade, and others have mentioned that they have also had "dupes". HB said that he believes it's an "API Server issue". Until we figure out how to reproduce it... Glad it's working for you again.Encartrus said:
Vince said:
Double pasting the script was just the first thing I tried, and it doubled the output... just thought it may be that simple. I do believe in ghost scripts also. :~)
Checked again and no, sadly. I also totally wiped every API I've got and started from scratch as part of my hunt for the source yesterday.
However! the problem seemed to resolve itself overnight so maybe it was on the server end? We haven't changed anything but somewhere between midnight and 6:00am EST the problem resolved itself.
Vince said:
If you are NOT on the Dev Server, use v2.3.4
https://gist.github.com/Sky-Captain-13/452330a3d926b32da49c/47d2a57c726dd443819e91ef1f49e5a6f134cda6
Revert to v2.3.4 to fix the formatting and the character_id for non-dev server games.
Shawn P. said:
It seems that attribute charms do not work if the value is a calculated value as many are in the 5e DnD Character sheet
If I would normally have to do [[@{target|AC}]] I try [[%%AC%%]] or %%[[AC]]%% or %%AC%% it blows up with this error
SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "A" found.
Any chance that it could be made to work with character sheet calculated values?
Can you post a macro you are having an issue with and possibly a screen shot. Thanks Papercutt. Time for sleep...Papercutt said:
Having some issues with this... everything bunches up and goes to the left on one line and when I use multiple powercards they seem to paste over each other.
Vince said:
Can you post a macro you are having an issue with and possibly a screen shot. Thanks Papercutt. Time for sleep...Papercutt said:
Having some issues with this... everything bunches up and goes to the left on one line and when I use multiple powercards they seem to paste over each other.
GenKitty said:
Doublecheck that you're using 2.3.4 on a production server and not trying to use his only-for-dev-server version?
!power --emote|Elodin slams his fists into @{target|Foe|token_name}. --name|Unarmed --leftsub|Bonus Action --rightsub|Reach 5 ft. --attack|[[1d20 + @{selected|meleetohit2}]] | [[1d20 + @{selected|meleetohit2}]] vs. AC [[@{target|Foe|NPC_AC}]] of **@{target|Foe|token_name}** --damage|[[@{selected|meleedmg2} + @{selected|meleedmgbonus2}]] --crit|Additional [[@{selected|meleedmg2}]] damage.