From: Christopher Allan Webber Date: Mon, 23 Jan 2017 20:40:50 +0000 (-0600) Subject: Offer a help menu if a user is confused. X-Git-Tag: fosdem-2017~96 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=e5a7edc560717c95542df4b338ea14502e424694 Offer a help menu if a user is confused. --- 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