The Final commit before turn-in (hopefully)
This commit is contained in:
parent
44a4cf65bd
commit
77cb3f4613
8 changed files with 265 additions and 148 deletions
|
|
@ -187,9 +187,8 @@ function bosGamma() {
|
|||
sleep(1);
|
||||
console.log("What would you like to do?");
|
||||
console.log("1) Explore");
|
||||
console.log("2) Attempt to trade");
|
||||
console.log("3) Open your PIP-Boy");
|
||||
console.log("4) Leave");
|
||||
console.log("2) Open your PIP-Boy");
|
||||
console.log("3) Leave");
|
||||
let poiInput = userInput("Enter: ");
|
||||
switch(poiInput) {
|
||||
case "1":
|
||||
|
|
@ -221,12 +220,9 @@ function bosGamma() {
|
|||
userInput("[Enter to exit conversation]");
|
||||
break;
|
||||
case "2":
|
||||
genericBOSStore();
|
||||
break;
|
||||
case "3":
|
||||
pauseScreen();
|
||||
break;
|
||||
case "4":
|
||||
case "3":
|
||||
enableRawMode();
|
||||
console.clear();
|
||||
break;
|
||||
|
|
@ -241,9 +237,8 @@ function bosDelta() {
|
|||
sleep(1);
|
||||
console.log("What would you like to do?");
|
||||
console.log("1) Explore");
|
||||
console.log("2) Attempt to trade");
|
||||
console.log("3) Open your PIP-Boy");
|
||||
console.log("4) Leave");
|
||||
console.log("2) Open your PIP-Boy");
|
||||
console.log("3) Leave");
|
||||
let poiInput = userInput("Enter: ");
|
||||
switch(poiInput) {
|
||||
case "1":
|
||||
|
|
@ -269,12 +264,9 @@ function bosDelta() {
|
|||
userInput("[Enter to exit the conversation]");
|
||||
break;
|
||||
case "2":
|
||||
genericBOSStore();
|
||||
break;
|
||||
case "3":
|
||||
pauseScreen();
|
||||
break;
|
||||
case "4":
|
||||
case "3":
|
||||
enableRawMode();
|
||||
console.clear();
|
||||
break;
|
||||
|
|
@ -289,9 +281,8 @@ function bosEpsilon() {
|
|||
sleep(1);
|
||||
console.log("What would you like to do?");
|
||||
console.log("1) Explore");
|
||||
console.log("2) Attempt to trade");
|
||||
console.log("3) Open your PIP-Boy");
|
||||
console.log("4) Leave");
|
||||
console.log("2) Open your PIP-Boy");
|
||||
console.log("3) Leave");
|
||||
let poiInput = userInput("Enter: ");
|
||||
switch(poiInput) {
|
||||
case "1":
|
||||
|
|
@ -311,7 +302,7 @@ function bosEpsilon() {
|
|||
userInput(" \n[Enter to continue]\n");
|
||||
console.log(name + ": And you're mourning your sister? What happened to her, if you don't mind me asking...");
|
||||
userInput(" \n[Enter to continue]\n");
|
||||
console.log("Tiduk: She was a great warrior, though I did not recognize this until it was too late. We had fought a successful battle,\n and were returning to base camp when we were ambushed by robots. Some of us escaped, but my sister\n was not so lucky.");
|
||||
console.log("Tiduk: She was a great warrior, though I did not recognize this until it was too late. We had fought a successful battle, and were returning to base camp when we were ambushed by robots. Some of us escaped, but my sister was not so lucky.");
|
||||
userInput(" \n[Enter to continue]\n");
|
||||
console.log(name + ": Oh, I'm sorry for your loss.");
|
||||
userInput(" \n[Enter to continue]\n");
|
||||
|
|
@ -319,12 +310,9 @@ function bosEpsilon() {
|
|||
userInput("[Enter to exit the conversation]");
|
||||
break;
|
||||
case "2":
|
||||
genericBOSStore();
|
||||
break;
|
||||
case "3":
|
||||
pauseScreen();
|
||||
break;
|
||||
case "4":
|
||||
case "3":
|
||||
enableRawMode();
|
||||
console.clear();
|
||||
break;
|
||||
|
|
@ -437,12 +425,12 @@ function newVegas() {
|
|||
console.log("What would you like to do?");
|
||||
console.log("1) Explore");
|
||||
console.log("2) Open your PIP-Boy");
|
||||
console.log("3) Continue");
|
||||
console.log("3) Continue your journey");
|
||||
let poiInput = userInput("Enter: ");
|
||||
switch(poiInput) {
|
||||
case "1":
|
||||
console.clear();
|
||||
console.log("Vegas Dialogue here...")
|
||||
console.log("")
|
||||
break;
|
||||
case "2":
|
||||
pauseScreen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue