summaryrefslogtreecommitdiff
path: root/npc/013-2/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/013-2/notes.txt')
-rw-r--r--npc/013-2/notes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/013-2/notes.txt b/npc/013-2/notes.txt
index 0692cb6e..06f64719 100644
--- a/npc/013-2/notes.txt
+++ b/npc/013-2/notes.txt
@@ -22,6 +22,7 @@
switch (@menu) {
case 2: MirrorLakeSendTo(MLP_MOUBOOTAUR, 0); break;
}
+ closeclientdialog;
close;
}
@@ -34,6 +35,7 @@
next;
@fixedMirror = 1;
callfunc "useMirror";
+ closeclientdialog;
close;
}
@@ -96,6 +98,7 @@ L_PlaceThree:
L_close:
@dest = 0;
+ closeclientdialog;
close;
}
@@ -195,6 +198,7 @@ L_close:
mes "You're losing control of your body... everything turns black... while slipping to the floor, you hear a faraway scream... suddenly, you see THE LIGHT!";
next;
die();
+ closeclientdialog;
close;
}
@@ -204,5 +208,6 @@ L_close:
mes l("You suddenly feel naked; you ARE naked!");
next;
nude();
+ closeclientdialog;
close;
}