phylll / mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.
MIT License
0 stars 0 forks source link

Pull output generation code into tool functions #70

Open phylll opened 5 months ago

phylll commented 5 months ago

A large part of what makes the present code hard to navigate and what is difficult for others to do is output. Standard types of output, such as tables and cumulative construction of tables for delayed output should be encapsulated in simple tool functions to reduce mistakes and simplify further development.

phylll commented 5 months ago

Added chatButton() via 3a0952f159c1003654c034cff6342b01963ae0fd

phylll commented 5 months ago

Added chatButtonPayload() and chatButtonTable() via 7716f2e23ad2532470f9c21bffda81212785a97d