Anyone know a way to update the turn tracker pr value with API? I can add to it fine for example with this snippet:
I cant find a way to do it via API to update an entries pr value..any tips?
order = JSON.parse(Campaign().get("turnorder"));But of course that adds a new instance of the player to the tracker with the new pr value, not update the current one.
order.push({id: msg.selected[i]._id,pr: rollResult,});
I cant find a way to do it via API to update an entries pr value..any tips?