From 8edf2f0ac6462eb0cf9c1f1427a4bb764a1dc934 Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 11 Jun 2020 17:31:57 -0700 Subject: [PATCH] Refactor custom scripts to not be stored in one giant vector of lines This commit refactors custom level scripts to no longer be stored in one giant vector containing not only every single script name, but every single script's contents as well. More specifically, scriptclass::customscript has been converted to an std::vector