0xbeefbabe
NPC
- Xy$
- 0.00
So I'm working on a project with RMMV that primarily has working with plugins to do things such as allowing overpass tiles, 8 directional movement, and some animation features. However, last time I pushed my team's project to our repository my other team members had RMMV crashing on their computers, but not mine. So, after a two hour drive and a bunch of troubleshooting, we figured out that using the keyword let would crash my other team member's computers.
So I wanted to ask about this, because after running through SmRdmDude's tutorials I never saw any mention of both the keyword let or about block scope. Can anyone help me out here? let is a pretty common keyword in JavaScript, and my plugins containing many instances of let work on my copy of RMMV.
So I wanted to ask about this, because after running through SmRdmDude's tutorials I never saw any mention of both the keyword let or about block scope. Can anyone help me out here? let is a pretty common keyword in JavaScript, and my plugins containing many instances of let work on my copy of RMMV.