diff --git a/data/macros/request-a-check.js b/data/macros/request-a-check.js new file mode 100644 index 00000000..f930ba26 --- /dev/null +++ b/data/macros/request-a-check.js @@ -0,0 +1,6 @@ +/** + ************************************************ + * This macro opens the request check dialog box + ************************************************/ + +new shadowdark.apps.RequestCheckSD().render(true); diff --git a/data/packs/macros.db/request_a_check__YOZcP9WGwie1dLIu.json b/data/packs/macros.db/request_a_check__YOZcP9WGwie1dLIu.json new file mode 100644 index 00000000..fb8efc00 --- /dev/null +++ b/data/packs/macros.db/request_a_check__YOZcP9WGwie1dLIu.json @@ -0,0 +1,11 @@ +{ + "_id": "YOZcP9WGwie1dLIu", + "_key": "!macros!YOZcP9WGwie1dLIu", + "author": "XOge3YaW9qcUJnuq", + "command": "/**\n ************************************************\n * This macro opens the request check dialog box\n ************************************************/\n\nnew shadowdark.apps.RequestCheckSD().render(true);", + "folder": null, + "img": "icons/sundries/gaming/dice-runed-brown.webp", + "name": "Request a Check", + "scope": "global", + "type": "script" +}