summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorHal9000 <miglietta.francesco@gmail.com>2013-03-07 22:54:02 +0100
committerHal9000 <miglietta.francesco@gmail.com>2013-03-07 22:54:02 +0100
commitfe396dba4734eec7756933d289ee15d836cf6fce (patch)
tree4ee6127a3f573c297587b9a6050a5c397fe82311 /npc/000-2-1
parent96f2e1b5fe937364294e5f73a7c946e228fad54e (diff)
downloadserverdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.gz
serverdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.bz2
serverdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.xz
serverdata-fe396dba4734eec7756933d289ee15d836cf6fce.zip
NPC dialogue revamp. Arpan script reviewed.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/arpan.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 433242c5..0116c8ac 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -146,9 +146,10 @@ l_Menu:
l("Who are you?"), l_Who,
rif(getq(ShipQuests_ArpanMoney) == 0, l("Where are my old clothes?")), l_WhereOldClothes,
rif(!@equipped, lg("What should I do after taking these clothes?")), l_WhatCloth,
- rif(!@equipped, l("Thank you, I'll take them and put them on.")), l_Quit,
- l("Nothing, sorry."), l_Quit;
+ rif(!@equipped, l("Thank you, I'll take them and put them on.")), -,
+ l("Nothing, sorry."), -;
+ closedialog;
close;
l_Where:
@@ -221,6 +222,4 @@ l_EquipDone:
setq ShipQuests_Arpan, 3;
goto l_Menu;
-l_Quit:
- close;
}