diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-07 22:54:02 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-07 22:54:02 +0100 |
commit | fe396dba4734eec7756933d289ee15d836cf6fce (patch) | |
tree | 4ee6127a3f573c297587b9a6050a5c397fe82311 /npc | |
parent | 96f2e1b5fe937364294e5f73a7c946e228fad54e (diff) | |
download | clientdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.gz clientdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.bz2 clientdata-fe396dba4734eec7756933d289ee15d836cf6fce.tar.xz clientdata-fe396dba4734eec7756933d289ee15d836cf6fce.zip |
NPC dialogue revamp. Arpan script reviewed.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 7 |
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; } |