X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=worlds%2Fbricabrac.scm;h=994e00d0e1234196910c903a3d2c8a2a931b7417;hp=55e9cc2654f476355f2019e379a4a4b9d73cbd2b;hb=46de23513275d98df3c4c469b286a70aeaac6c6c;hpb=e16f5c202440d4091b54b1b45d7e023b4fcd4a6d diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 55e9cc2..994e00d 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -774,12 +774,19 @@ It has some bits of bubble gum stuck to it... yuck." ;; start our main loop (<- (actor-id clerk) 'update-loop)) -(define clerk-help-topics - '(("changing name" . - "Changing your name is easy! We have a clipboard here at the desk +(define changing-name-text "Changing your name is easy! +We have a clipboard here at the desk where you can make yourself known to other participants in the hotel if you sign it. Try 'sign form as ', replacing , obviously!") + +(define phd-text + "Ah... when I'm not here, I've got a PHD to finish.") + +(define clerk-help-topics + `(("changing name" . ,changing-name-text) + ("sign-in form" . ,changing-name-text) + ("form" . ,changing-name-text) ("common commands" . "Here are some useful commands you might like to try: chat, go, take, drop, say...") @@ -789,7 +796,10 @@ our hotel emphasizes interesting experiences over rest and lodging. The origins of the hotel are... unclear... and it has recently come under new... 'management'. But at Hotel Bricabrac we believe these aspects make the hotel into a fun and unique experience! Please, -feel free to walk around and explore."))) +feel free to walk around and explore.") + ("physics paper" . ,phd-text) + ("paper" . ,phd-text) + ("proprietor" . "Oh, he's that frumpy looking fellow sitting over there."))) (define clerk-knows-about