GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[Feature Request] Import Versions Within Same Macro

lcestou opened this issue ยท 5 comments

commented

Hello Timothy,

I was wondering after having to export and import multiple macros when I have AoE macros or Instant abilities if you could do the following.

Is it possible to somehow or maybe you can figure out a better way, my version is to be able to use Version 2 or Version 3 within Version 1 of the macro by either calling it on keypress like "/click v3" or maybe an optional checkbox that says "Import this version into keypress / sequence block / etc.

I would like to be able to add it into any box depending of what it does not just the keypress.

Pretty much a chaining system within the same macro so I only have to export 1 macro string to post in the forums and all the related macros are all together in different versions.

I know I ask crazy stuff, but if you think there might be better way I'll take it LOL.

/hug, thanks for everything you do <3

commented

You can do the multiple import from one string now: (Macro1 and macro2 in my example below would just be the hashed string.)

[ "macro1asdasdasdasdasdasdasdads","macro2asdasdasdasdasd"]

You cant call the subversions in the way you would like as you can only program one macro to a button, not 3.

The keypress limitation is one that you have invented. You can chain any macro anywhere.

commented

You can also export your collection of macros into your own plugin to GSE and release them as a mod in its own right. (This is also a very good reason to do read only macros so that you dont have to worry about overwriting someone elses changes when you update your mod.)

commented

Thanks Timo,

I was saying that limitation as I was trying to make sure it would be everywhere, most of the time I don't explain well and try to give examples just in case.

Oh ok, I didn't know about read only wouldn't overwrite which is kinda nice. However is there a small disclaimer when importing that says it will get overwritten? I know is obvious for us but you never know heh.

Alright, I think it would be more messy too for you if Subversions would also turn into extra pixels with their own internal name.

I will check into that multiple import but I think people might mess it up again when copying and pasting.

Thanks again!

commented

I'm thinking that this should be more a way of easily exporting a group of macros

commented

Multiple import did not work :(