From 04749846cb60098399158f997cec2330442a9698 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 30 Nov 2016 12:57:34 -0500 Subject: add `cstorage` terminator function --- npc/functions/goodbye.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/npc/functions/goodbye.txt b/npc/functions/goodbye.txt index 94bc338d..cb159c79 100644 --- a/npc/functions/goodbye.txt +++ b/npc/functions/goodbye.txt @@ -95,6 +95,17 @@ function script cshop { } + +// cstorage +// closes the dialog, then opens storage + +function script cstorage { + closedialog; // XXX: maybe send closeclientdialog in the future + openstorage; + close; +} + + function script goodbye { closedialog; -- cgit v1.2.3-70-g09d2