Add a comment explaining what shout does.
This commit is contained in:
parent
191cf8fcdb
commit
f488a4ac7c
|
@ -3,5 +3,6 @@
|
|||
(create-path from-path-description from-area to-area arealist)
|
||||
(create-path to-path-description to-area from-area arealist)))
|
||||
|
||||
(define (shout message outputqueue)
|
||||
(message-everyone "SERVER" message outputqueue))
|
||||
;; Send a quick message to everyone in the game as the server:
|
||||
(define (shout message)
|
||||
(message-everyone "SERVER" message output-queue))
|
||||
|
|
Loading…
Reference in New Issue