X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;h=9ced9fadfdf5b4ee90259e145e9b19f75c843acb;hp=05de6697c7db54c4c6221d0afc225caff1f2df78;hb=43b6ac4e8ceff7aad909294b1b00ebdd6a38ec15;hpb=dc6370a830b0f027db2e75e22b65a1a978e13f18 diff --git a/mudsync/game-master.scm b/mudsync/game-master.scm index 05de669..9ced9fa 100644 --- a/mudsync/game-master.scm +++ b/mudsync/game-master.scm @@ -211,5 +211,9 @@ with an anonymous persona" ;; Dump the player into the default room (<-wait gm player 'set-loc! #:loc room-id) ;; Initialize the player - (<- gm player 'init))))) + (<-wait gm player 'init) + (<- gm room-id 'tell-room + #:text (format #f "You see ~a materialize out of thin air!\n" + guest-name) + #:exclude player)))))