10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
void main()
|
|
|
|
{
|
|
|
|
SpeakString("With the exception of window space, the library walls are covered from floor to ceiling with bookcases.");
|
|
|
|
DelayCommand(2.0, SpeakString("The volumes are all leather-bound and look expensive. A rare book dealer would pay 300,000 rilks for the 6,000 volumes in this room."));
|
|
|
|
}
|