You mean where they start out in the game the first time they enter? it's hard coded. the code says dump them into room 100. err, I forget where thou in the files.
and change them as desired. The first one is where players start if you turn player authorization off in cset and the second one is the room they start in if player authorization is turned on.
Thanks gents. Princes among men. One other novice question: after editing .c files in smaugFUSS/src/, do I have to have to use MAKE in cygwin to make the changes final?
I edited the vnum and saved the mud.h file in VIM. I opened cygwin, went to the smaugFUSS/src directory, and typed "make". I then had "make -s smaug" show. I rebooted the MUD and tried it and the new vnum isn't being used.
I'm almost sure this is a newbie programming problem related to compiling or something. Any suggestions?