Skip to content

Commit

Permalink
Added a launch macro
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeESBU committed Nov 14, 2024
1 parent 27b2a7c commit abe904e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/macros/request-a-check.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
************************************************
* This macro opens the request check dialog box
************************************************/

new shadowdark.apps.RequestCheckSD().render(true);
11 changes: 11 additions & 0 deletions data/packs/macros.db/request_a_check__YOZcP9WGwie1dLIu.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit abe904e

Please sign in to comment.