Offer a help menu if a user is confused.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Jan 2017 20:40:50 +0000 (14:40 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Jan 2017 20:40:50 +0000 (14:40 -0600)
mudsync/player.scm

index 45cb9743c635c82a100e115078ebaa8cfb4aa26e..784db7c6f9a08691d919ad1a66a26693bbe24e5d 100644 (file)
@@ -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