Any way to unlock the MOR Advanced option? I can' unlock it (the options to create characters are INSANE)
View attachment 4621376
Back-up your game's start_game.html, replace it with this one, create the character, do the "inheritance" and "last relative" quest, switch out for the
start_game.html
which you've back-upped.
And you're all set, alternatively, if all you seek is the experience points, you can use console.
Here are some more useful commands:
JavaScript:
SugarCube.State.variables.back_doc = 3;
SugarCube.State.variables.back_aca = 3;
SugarCube.State.variables.back_hunt = 3;
SugarCube.State.variables.back_sold = 3;
SugarCube.State.variables.back_bus = 3;
SugarCube.State.variables.back_slave = 3;
This sets all background to max.
This script let's you find a variable which has a value of
x
.
JavaScript:
var x = {insert numerical value};
for (var varName in SugarCube.State.active.variables) {
if (SugarCube.State.active.variables.hasOwnProperty(varName)) {
if (typeof SugarCube.State.active.variables[varName] === "number" &&
SugarCube.State.active.variables[varName] === x) {
console.log(varName);
}
}
}
EDIT:
Note: Finishing 'Last Relative' and 'Inheritance' is because you cannot finish it with public .html