diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-10-11 19:02:11 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-10-11 19:02:20 -0400 |
commit | 6662b6f305976881c3e675241c41be7731b65aa5 (patch) | |
tree | a8ecaa074cf67cb929f4de6ed62ef7c4b49c46d1 /npc/001-1/fexil.txt | |
parent | 03049799efdc103fdd74e77161ed6a907acb7dde (diff) | |
download | serverdata-s20171023.tar.gz serverdata-s20171023.tar.bz2 serverdata-s20171023.tar.xz serverdata-s20171023.zip |
what's up with this crazy syntax?s20171023
I blame Reid
Diffstat (limited to 'npc/001-1/fexil.txt')
-rw-r--r-- | npc/001-1/fexil.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/fexil.txt b/npc/001-1/fexil.txt index 855dda0b..55d87bc4 100644 --- a/npc/001-1/fexil.txt +++ b/npc/001-1/fexil.txt @@ -21,7 +21,7 @@ l("I will buy all of the fur that you will bring me at a good price, let's say, 15 E piece."), l("Do we have a deal?"); - switch (select (l("Ok."), l("I don't want to be part of this joke."))) + switch (select(l("Ok."), l("I don't want to be part of this joke."))) { case 1: setq ArtisQuests_Fexil, 3; @@ -46,14 +46,14 @@ mesq lg("Interested?"); next; - if (getq (ArtisQuests_Fexil) == 1) + if (getq(ArtisQuests_Fexil) == 1) { - select (l("I have your pass from the Merchant Guild.")); + select(l("I have your pass from the Merchant Guild.")); speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh! You saved me, I was too afraid to unpack my stuff without this pass."), l("Hey, I remember you, we were on the same boat, you are the castaway."); - switch (select (l("Yes I am."), + switch (select(l("Yes I am."), l("You're confusing me with someone else."))) { case 1: |