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/000-2-1 | |
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/000-2-1')
-rw-r--r-- | npc/000-2-1/alige.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 500e39af..cc57c0d7 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -44,8 +44,8 @@ OnUnTouch: OnTimer190: stopnpctimer; - if (getnpcdir ("Alige") == 2) setnpcdir "Alige", 6; - if (getnpcdir ("Alige") == 4) setnpcdir "Alige", 8; + if (getnpcdir("Alige") == 2) setnpcdir "Alige", 6; + if (getnpcdir("Alige") == 4) setnpcdir "Alige", 8; end; } diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index e1c07bbf..9207e03d 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -244,7 +244,7 @@ L_GotoSleep: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("You already did enough for us, do you want to follow Nard's advice and get some rest?"); - switch (select (l("Yes."), l("No."))) + switch (select(l("Yes."), l("No."))) { case 1: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, |