
The players for my group are craving the anticipation of throwing the dice!
Awesomeness: Roll20 does that with 3D Dice!
Problem: Not when the rolls are sent to chat from API it seems :(
Why is it a problem?: The damage rolling in this system is time consuming to type out and painfully spammy when done via macro so I wrote some API (with forum's aid) to handle it easily. type the roll once, tell it how many times it needs doing and boom! its done! Now I'm trying to add in the suspense and anticipation of rolling dem dice!
But it doesn't show the 3D dice with my API script rolls :( The rolls will almost always (90% of the time) be 2d6+X so it should always be a reasonable to see the 3D dice.
Is there a way to either force 3D dice (as in the option, if roll20 decides the roll is too silly for 3D dice thats fine) or just to make 3D dice happen via API sendChat()?
OR is there another function (IE Not sendChat) that I should be using?
FYI the end result in chat should look nice so: "/em Doing 12 Damage to the Left Arm" would be acceptable,
EDIT:
Thanks in advance :)
Love messing with the API btw, nice script editor.
Awesomeness: Roll20 does that with 3D Dice!
Problem: Not when the rolls are sent to chat from API it seems :(
Why is it a problem?: The damage rolling in this system is time consuming to type out and painfully spammy when done via macro so I wrote some API (with forum's aid) to handle it easily. type the roll once, tell it how many times it needs doing and boom! its done! Now I'm trying to add in the suspense and anticipation of rolling dem dice!
But it doesn't show the 3D dice with my API script rolls :( The rolls will almost always (90% of the time) be 2d6+X so it should always be a reasonable to see the 3D dice.
Is there a way to either force 3D dice (as in the option, if roll20 decides the roll is too silly for 3D dice thats fine) or just to make 3D dice happen via API sendChat()?
OR is there another function (IE Not sendChat) that I should be using?
FYI the end result in chat should look nice so: "/em Doing 12 Damage to the Left Arm" would be acceptable,
EDIT:
Thanks in advance :)
Love messing with the API btw, nice script editor.