manonamora / SugarCube-Guide

What the title says. It's a Guide for Twine-SugarCube. Up to date for v.2.37.3
2 stars 0 forks source link

One Page View not sticking #10

Open manonamora opened 3 days ago

manonamora commented 3 days ago
Setting.addValue("anotherSetting", {
    default  : 42,
    onInit   : function () {
        /* Do something when the setting is initialized. */
    },
    onChange : function () {
        /* Do something when the setting is changed. */
    }
});

Also -> Index change