GithubHelp home page GithubHelp logo

Not Saving/Inserting? about nano HOT 3 CLOSED

oldramen avatar oldramen commented on August 27, 2024
Not Saving/Inserting?

from nano.

Comments (3)

oldramen avatar oldramen commented on August 27, 2024

Fixed by watching the screencast tutorial, and updating mSave:

global.mSave = function() {
  store.get(mUserId, function(b, a) { if(b) { return console.log(b) }
    a.name = mName;a.type = mType;a.exp = mExp;a.hunger = mHunger;a.level = mLevel;
    store.insert(a, function(a) { if(a) { return console.log(a) }
      Log("Bot Saved");
    })
  })
};

from nano.

dscape avatar dscape commented on August 27, 2024

Self fixing issues! Love it!

Thanks for using nano, feel free to add your project to the wiki when you are closer to finished!

Good luck

from nano.

oldramen avatar oldramen commented on August 27, 2024

Will do! And yeah, I'm far too lazy to sit around and have other people fix my problems for me. I post issues when I have them, then spend the time trying to fix them. If someone posts before I do, then great! And yeah, one I get around to it, I'd be happy to post it on the wiki!

from nano.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.