Add a comment explaining what shout does.

This commit is contained in:
Barra Ó Catháin 2023-04-15 23:46:06 +01:00
parent 191cf8fcdb
commit f488a4ac7c
2 changed files with 5 additions and 4 deletions

View File

@ -3,5 +3,6 @@
(create-path from-path-description from-area to-area arealist) (create-path from-path-description from-area to-area arealist)
(create-path to-path-description to-area from-area arealist))) (create-path to-path-description to-area from-area arealist)))
(define (shout message outputqueue) ;; Send a quick message to everyone in the game as the server:
(message-everyone "SERVER" message outputqueue)) (define (shout message)
(message-everyone "SERVER" message output-queue))