// _score.c
// Informs the ghost that he has no scores in death.
// When we get death times working, should be changed to indicate how long
// it has been since death. Or maybe that should be another command.
// Mobydick, 11-14-92.
int cmd_score() {
write ("Dead. Dead, dead, dead, dead, dead. Dead!\n") ;
write ("You are in a immaterial state and have no other scores.\n") ;
return 1 ;
}