From 27d4d92897495bf45a060a9646e691f14eb05045 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 23 Dec 2015 16:41:49 -0700 Subject: [PATCH] Add logoffConfirmation prompt --- mods/prompt.hjson | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mods/prompt.hjson b/mods/prompt.hjson index 10cc9ec9..8e0b3ebc 100644 --- a/mods/prompt.hjson +++ b/mods/prompt.hjson @@ -32,6 +32,19 @@ } } }, + + logoffConfirmation: { + art: LOGPMPT + mci: { + TM1: { + argName: promptValue + items: [ "yes", "no" ] + focus: true + hotKeys: { Y: 0, N: 1 } + } + } + } + "menuCommand" : { art: MNUPRMT "mci" : {