diff options
Diffstat (limited to 'npc/001-2-27')
-rw-r--r-- | npc/001-2-27/don.txt | 6 | ||||
-rw-r--r-- | npc/001-2-27/kaylo.txt | 2 | ||||
-rw-r--r-- | npc/001-2-27/lydon.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt index a87bc86c..cc62f4c1 100644 --- a/npc/001-2-27/don.txt +++ b/npc/001-2-27/don.txt @@ -31,7 +31,7 @@ l("I do not."); emotion E_UPSET; - select (l("What about Chelios?")); + select(l("What about Chelios?")); speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Chelios was stubborn in his youth, he never stopped annoying me with his questions while I was working at the forge."), @@ -45,7 +45,7 @@ l("I do not like to brag about it but you won't find a better blacksmith on the whole island."), l("If you need somebody to craft a weapon or a plate from diagrams I am the one that you need."); - switch (select (l("Can I craft them myself?"), + switch (select(l("Can I craft them myself?"), l("Ok."))) { case 1: @@ -64,7 +64,7 @@ do { - switch (.@q = select (l("How can I improve my equipment?"), + switch (.@q = select(l("How can I improve my equipment?"), l("What is a card?"), l("Are you a good blacksmith?"), l("Do you take apprentices?"), diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt index d1ee5205..5134aa07 100644 --- a/npc/001-2-27/kaylo.txt +++ b/npc/001-2-27/kaylo.txt @@ -8,7 +8,7 @@ speech S_LAST_NEXT, lg("Hi customer! What do you want today?"); - switch (select ( + switch (select( l("Let's make a trade."), l("What's wrong with your clothes?"), l("What is this place?"), diff --git a/npc/001-2-27/lydon.txt b/npc/001-2-27/lydon.txt index 1245a105..3dcd8005 100644 --- a/npc/001-2-27/lydon.txt +++ b/npc/001-2-27/lydon.txt @@ -8,7 +8,7 @@ speech S_LAST_NEXT, lg("Hi customer! What do you want today?"); - switch (select ( + switch (select( l("Let's make a trade."), l("Who is the blacksmith outside?"), l("Bye."))) |