is that right?

@headhunter is that right?

Copy what’s on the bottom and paste it back in the debugstats and take out what was written in debug stats before.

so can u like write it using pre for me plz i don’t understand u

Write


 debugStats = stats

Instead of

Debugstats=stats


ok

error

is there any esier or other way?

Jus look at dev wiki

Go to the mygame.js page and look there for help:


Here’s how your mygame.js file should look:

// Specify the default starting stats here

stats = {

   members: "none"

   james: false

};



// Specify the stats to use in debug mode

debugStats = stats;

// or just use defaults

// debugStats = stats

When I set “debugStats = stats” in my mygame.js file, I got an error too – though I don’t recall what it was. Crashed the game, anyway; I couldn’t get it to start.

When I changed it back (so that I had all the same variables under both stats and debugStats), the error went away. So that’s what I’ve got at the moment. Seemed easier than trying to figure out what had gone wrong…