diff options
author | Reid <reidyaro@gmail.com> | 2015-12-28 01:18:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-28 01:18:32 +0100 |
commit | 6a2524a7690a7ade22420e818a852497c0bc4823 (patch) | |
tree | 9822af35944374ebb8840be4bcff79bcfb794ff5 /npc/001-2-24/nard.txt | |
parent | bbbeaec4e1740e3048eb65d3be98b9de5ed9cfe9 (diff) | |
download | serverdata-6a2524a7690a7ade22420e818a852497c0bc4823.tar.gz serverdata-6a2524a7690a7ade22420e818a852497c0bc4823.tar.bz2 serverdata-6a2524a7690a7ade22420e818a852497c0bc4823.tar.xz serverdata-6a2524a7690a7ade22420e818a852497c0bc4823.zip |
Fix some styling on Artis's Nard script.
Diffstat (limited to 'npc/001-2-24/nard.txt')
-rw-r--r-- | npc/001-2-24/nard.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt index a42202d5..d9010b68 100644 --- a/npc/001-2-24/nard.txt +++ b/npc/001-2-24/nard.txt @@ -41,7 +41,7 @@ switch (select(l("Lost Island."), l("Nowhere, I'm fine here."))) - { + { case 1: speech 5, l("Let's set sail then!"); @@ -61,11 +61,9 @@ speech 5, l("Ok we stay docked here if you need our help."); - break; - } - - closedialog; - close; + closedialog; + close; + } L_Lost : mes ""; |