I need your help!
I wanted to make a topic where people request games for me to make a stupidly weird mod for. I’ve thought about making mods for games using extensions just to get the feel of modding a game a little more accurate than just playing on a different link.
The problem is events in an extension happen at the same time as regular stuff so if I wanted to say edit a character skin I would have to put the code in the extension and hope it works out at the right time. Is there any way this could work using extensions.
What you’re describing should work in theory, @RobbyZero . I suppose you’d need to try it with a real example, but it should be perfectly reasonable.
When working in JavaScript in MakeCode, my projects always have multiple code files (the equivalent of multiple extensions), and they work together just fine.
So I gave it a try while working on a randomizer for @_Astronomer. It doesnt load the extension using the link I had to use a local copy. So I downloaded that and the game wont run because it messed up the tilemap.g.ts file.