UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
GNU General Public License v3.0
1.07k stars 205 forks source link

BattlegroupSelector.csx requires debug mode but does not enable it #701

Open OceanBagel opened 2 years ago

OceanBagel commented 2 years ago

The script BattlegroupSelector.csx requires debug to be enabled to function, but the script does not enable debug mode. There are two potential solutions. One is to modify the script to not require debug mode, and the other is to modify the script to enable debug mode.

Archie-osu commented 2 years ago

This is true for other scripts too, so if one of these suggested changes go through, it should be applied to all other scripts too.