Files
2025-09-29 00:52:08 +02:00

7 lines
288 B
Plaintext
Executable File

fn sdCreateMacro macroName macroCategory buttonText scriptCall =
(
strNewMacro = ("macroscript " + macroName + "\ncategory:\"" + macroCategory + "\"\nbuttontext:\"" + buttonText + "\"\n(\n\ton execute do \n\t(\n\t\tfileIn \"" + scriptCall + "\" \n\t)\n)")
execute strNewMacro
)