From 6662b6f305976881c3e675241c41be7731b65aa5 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 11 Oct 2017 19:02:11 -0400 Subject: what's up with this crazy syntax? I blame Reid --- npc/000-2-3/box.txt | 2 +- npc/000-2-3/elmo.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/000-2-3') diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt index 7aafb9af..cc280b74 100644 --- a/npc/000-2-3/box.txt +++ b/npc/000-2-3/box.txt @@ -98,7 +98,7 @@ L_Already: setcamnpc "Nard"; mes ""; mesn "Nard"; - mesq l("You already took a @@, please put this one back in the box.", getitemlink (Bandana)); + mesq l("You already took a @@, please put this one back in the box.", getitemlink(Bandana)); close; diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 8e2ef044..c623e321 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -30,13 +30,13 @@ l("Hey you, sorry for leaving your room so quickly. I needed to speak with the captain about the food reserves. You know, now that we have a new mouth to feed, we need to check what we have."), l("So, how is it going? Did you meet any other crew members yet?"); - switch (select (l("Yes, Arpan gave me these clothes."), l("Not yet."))) + switch (select(l("Yes, Arpan gave me these clothes."), l("Not yet."))) { case 1: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh good! Did he give you your money back as well?"); - switch (select (l("Yes he did."), l("He told me nothing about that."))) + switch (select(l("Yes he did."), l("He told me nothing about that."))) { case 1: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, @@ -45,7 +45,7 @@ case 2: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Hehe, sometimes he gets his head in the clouds, You should go ask him about that."); - setq ShipQuests_ArpanMoney, 1; + setq ShipQuests_ArpanMoney, 1; break; } -- cgit v1.2.3-70-g09d2