ZDoom ACS Scripting Tutorial #13 - 2D Arrays

Learn how to store multiple arrays under a single name! 2D arrays have countless uses, from representing grids to holding closely related sets of data. In this tutorial I explain exactly how they work and show how to use them to create a basic "enemy wave" spawn system. Tutorial WAD: https://www.mediafire.com/file/84e2tx... 1D & Parallel Arrays Tutorials:    • ZDoom ACS Scripting Tutorial #4 - Arrays      • ZDoom ACS Scripting Tutorial #12 - RPG Que...   ZDoom Wiki Links: https://zdoom.org/wiki/Arrays https://zdoom.org/wiki/Spawn_number https://zdoom.org/wiki/Thing_Hate Timestamps: 00:00 Intro 02:57 Map Tour 04:27 Basic 2D Array Example 15:02 Creating the Wave System 40:12 End Result & Conclusion