Simple Macros with only on KeyPress only don't autocreate an action block.
Kostazu opened this issue · 1 comments
Describe the bug
I have a few macros that use only on KeyPress. The KeyPress variable was imported from GSE 2 -> 3 just fine, but it did not automatically create an action block for it.
To Reproduce
Steps to reproduce the behavior:
- Import simple macro with on KeyPress only from latest version 2 -> 3
Expected behavior
Simple macros should autocreate an action block with the KeyPress Variable.
Screenshots
Raw Output from one of the simple macros that I haven't added an action block to yet:
{
["Variables"] = {
["KeyPress"] = {
[1] = "/cast [mod:alt,@cursor] Ring of Peace",
[2] = "/cast [nomod] Leg Sweep",
[3] = "/cast [mod:shift] Transcendence",
[4] = "/cast [mod:ctrl] Transcendence: Transfer"
}
},
["Actions"] = {
},
["InbuiltVariables"] = {
}
}
Desktop (please complete the following information):
- OS: Windows 10 64bit
- Game Version 9.1
GSE Version
- Version: 3.0.0
- I download manually from https://www.curseforge.com, then run my own simple powershell script to unzip the file to my addons directory.
Additional context