Skip to content

Instantly share code, notes, and snippets.

View devdilson's full-sized avatar
🎯
Focusing

Dil A. devdilson

🎯
Focusing
  • Spain
View GitHub Profile
@devdilson
devdilson / npc.js
Created March 24, 2017 22:41
Example npc
let songs = [];
if(songs.length == 0){
initArr();
}
let keys = Object.keys(songs);
option = self.askMenu( getFirstMenu() );
let selectedCategory = keys[option];