diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-08 22:34:31 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-08 22:34:31 +0100 |
commit | 5b0763b9d00bc009c075f6a88e54210458bd2708 (patch) | |
tree | 609ca665b3185d07ee902e2f38cda28ed3474df5 /npc/000-1/darlin.txt | |
parent | 4b6b23a1e74eee61906787980cec48ef2230b75c (diff) | |
download | serverdata-5b0763b9d00bc009c075f6a88e54210458bd2708.tar.gz serverdata-5b0763b9d00bc009c075f6a88e54210458bd2708.tar.bz2 serverdata-5b0763b9d00bc009c075f6a88e54210458bd2708.tar.xz serverdata-5b0763b9d00bc009c075f6a88e54210458bd2708.zip |
NPC dialogue revamp. Darlin script reviewed.
Diffstat (limited to 'npc/000-1/darlin.txt')
-rw-r--r-- | npc/000-1/darlin.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 72458daa..a37d34fa 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -125,10 +125,9 @@ l_GoDown: l_Bye: setcamnpc; - mes ""; - mesn; - mesq l("FINE, BYE!"); + npctalk "FINE, BYE!"; + closedialog; close; l_DangerAround: @@ -138,5 +137,6 @@ l_DangerAround: close; l_Quit: + closedialog; close; } |