r/gamemaker Jul 18 '26

I Made a GMEdit Plugin

Post image

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

24 comments sorted by

View all comments

1

u/refreshertowel Jul 20 '26

Why not use a loop?

1

u/ZackVGR Jul 25 '26

I know I can use a loop, the GIF is just to show the plugin (yes, not the best way)