Files
l5rx-chiaroscuro/wiki/dev/rnk.md
2022-07-27 18:16:42 +02:00

10 lines
273 B
Markdown

# Roll n Keep (RnK)
The RnK use `ChatMessage` to retrieve the roll, alter it, add the new message and delete the old.
> If you have any idea how to modify directly the ChatMessage and update it, let me know.
Usage :
```js
new RollnKeepDialog(messageId).render(true);
```