From e5a7edc560717c95542df4b338ea14502e424694 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 23 Jan 2017 14:40:50 -0600 Subject: [PATCH] Offer a help menu if a user is confused. --- mudsync/player.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mudsync/player.scm b/mudsync/player.scm index 45cb974..784db7c 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -84,8 +84,7 @@ (apply <- winner-id cmd-action message-args)) (#f (<- (gameobj-gm player) 'write-home - ;; #:text "? (type \"help\" for common commands)\n" - #:text "?\n")))) + #:text "Huh? (type \"help\" for common commands)\n")))) (define* (player-tell player message #:key text) (<- (gameobj-gm player) 'write-home -- 2.31.1