X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgame-master.scm;fp=mudsync%2Fgame-master.scm;h=9ced9fadfdf5b4ee90259e145e9b19f75c843acb;hp=05de6697c7db54c4c6221d0afc225caff1f2df78;hb=9277ba45abf6c359bc7465bca2c6d74c166aca32;hpb=ccbe2f18eb338a77b9a1986a3a36c7c9af07389c 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)))))