heasm66 / mdlzork

Different versions of original mainframe Zork reconstructed and patched to run under Confusion.
15 stars 6 forks source link

Allow user to enter names during building of MADADV.SAVE #61

Closed heasm66 closed 3 months ago

heasm66 commented 3 months ago

Split out from issue #49.

XUNM are the login name (now always defaults to "MTRZORK" that are both used as a seed for RANDOM, and for directory (needs to already exist) name where save- and scripting-files are saved.

The function GET-NAME should return the full name of the user (now always default to "") that is used in the mail address on the brochure.

It would be nice to allow the user to specify these during the construction of the MADADV.SAVE file (<FLOAD "run.mud">).

XUNM could default to "MTRZORK" and GET-NAME to "Intrewpid Adventurer" (as in Fortran Dungeon).