INNER CODE UNIT · JavaScript

nextMod

Robosturm/Commander_Wars · _test/init.js:70

                        nextMod = mods[i + 1];
                    }
                    break;
                }
            }
        }
        if (nextMod !== "")
        {
            settings.removeMod(activeMod);
            settings.addMod(nextMod);
            menu.restartGame();
        }
        else
        {
            settings.removeMod(activeMod);
            menu.quitGame();
        }
    },

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…