summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index eef24ed4..3be6b6fb 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -202,8 +202,10 @@ function script npcdebug {
}
function script askyesno {
- return select(menuaction(l("Yes")),
+ .@sel = select(menuaction(l("Yes")),
menuaction(l("No")));
+ mes "";
+ return .@sel;
}
// Argument: