diff options
author | Thibault Payet <monwarez@gmail.com> | 2017-10-21 18:38:09 +0200 |
---|---|---|
committer | Thibault Payet <monwarez@gmail.com> | 2017-12-29 10:04:04 +0100 |
commit | 150d19a64aa2071172d530ffc50f694afb9108a5 (patch) | |
tree | 61cc156327ede3fc393c67d1b37a383578895a97 /npc/001-2-24 | |
parent | 5972a4d968a0ae67d66cb07a3d7c8db93488d4c5 (diff) | |
download | serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.gz serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.bz2 serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.tar.xz serverdata-150d19a64aa2071172d530ffc50f694afb9108a5.zip |
rename closedialog to closeclientdialog
Diffstat (limited to 'npc/001-2-24')
-rw-r--r-- | npc/001-2-24/nard.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt index 6c845838..4b76467a 100644 --- a/npc/001-2-24/nard.txt +++ b/npc/001-2-24/nard.txt @@ -64,17 +64,17 @@ warp "000-2-3", 22, 27; } - closedialog; + closeclientdialog; close; case 2: speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Ok we stay docked here if you need our help."); - closedialog; + closeclientdialog; close; } L_Info: - closedialog; + closeclientdialog; npctalk3 l("Don't you recognize the great city of Artis?"); close; @@ -84,7 +84,7 @@ L_Lost: mesq l("Julia made an appeal to the Legion of Aemil to get in touch with you, exit the ship and you should see your escort!"); next; - closedialog; + closeclientdialog; close; OnInit: |