Skip to content

Instantly share code, notes, and snippets.

@cacciatc
Created February 11, 2013 20:14
Show Gist options
  • Save cacciatc/4757221 to your computer and use it in GitHub Desktop.
Save cacciatc/4757221 to your computer and use it in GitHub Desktop.
Quest storage
/* stores player's progress */
quest.store.players = quest.store.players || {};
/* stores spawned npcs */
quest.store.npcs = quest.store.npcs || {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment