GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Simple Macros with only on KeyPress only don't autocreate an action block.

Kostazu opened this issue · 1 comments

commented

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:

  1. 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

commented

You will need to fix this macro as it is a broken macro. (It was broken in GSE2 and shouldn’t have worked as it was.) Until you create an action and add the KeyPress variable to the action this won’t work. This is intentional as you havnt told the macro to do anything.