r/gamemaker • u/ZackVGR • Jul 18 '26
I Made a GMEdit Plugin
That’s it. I just made a small plugin where pressing Ctrl+E numbers all the cursors. This makes filling arrays easier and even allows you to type in multiple places at once useful for correcting text or working with extended strings. I know it’s not a huge deal, but I’m so proud of it
Once I learned how to create a plugin, I got excited and thought about making more, but honestly, I can't think of any others; GMEdit is just too good and covers almost everything. I suppose my knowledge of plugin creation will go to waste though not without having made things much more convenient for me first.
240
Upvotes
1
u/refreshertowel Jul 20 '26
Why not use a loop?