From 7c73c7d7aac507d2e6fe6a30415bfb7dc4687365 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sat, 14 Nov 2009 19:28:10 +1000 Subject: Quick how-to-exit message for wizard Lua interpreter. (rob, zelgadis) --- crawl-ref/source/luaterp.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/luaterp.cc') diff --git a/crawl-ref/source/luaterp.cc b/crawl-ref/source/luaterp.cc index 1ef18db9c8..38219c775c 100644 --- a/crawl-ref/source/luaterp.cc +++ b/crawl-ref/source/luaterp.cc @@ -106,6 +106,7 @@ static int _report(lua_State *ls, int status) void run_clua_interpreter(lua_State *ls) { int status; + mpr("[Hit ESC to exit interpreter.]"); while ((status = _loadline(ls)) != -1) { if (status == 0) -- cgit v1.2.3-54-g00ecf