Deleted contents of ADAM clones

This commit is contained in:
2018-10-21 12:29:41 +11:00
parent 7075c53cb8
commit 2b9eaac143
9 changed files with 4 additions and 5783 deletions

View File

@@ -50,15 +50,16 @@ client.on("message", function(msg) {
}
});
//DEBUGGING
//DEBUGGING: eventually be require("./dialog.json")
let dialogJson = {
"hello": [
"Hi there {1} {2} {3} {2} {1}!"
"Hi there {1} {2} {3}!",
"Howdy {1} {3}, of the {3} clan!"
],
"goodbye": "See ya!"
}
let dialog = shared.GenerateDialogFunction(dialogJson); //eventually be require("./dialog.json")
let dialog = shared.GenerateDialogFunction(dialogJson);
console.log(dialog("hello", "Kayne", "Matthew", "Ruse"));
//actually log in