Chapter - Frage nach dem Namen
The player's forename is an indexed text that varies. The player's full name is an indexed text that varies.
When play begins:
change the command prompt to "Hallo! Wie heißt du mit Vornamen? > "
To decide whether collecting names:
if the command prompt is "Hallo! Wie heißt du mit Vornamen? > ", yes;
no.
After reading a command when collecting names:
if the number of words in the player's command is greater than 5:
say "[paragraph break]Wer bist du, ein Mitglied der britischen Königsfamilie? Niemand hat so viele Namen! Versuch's noch einmal.";
reject the player's command;
change the player's full name to "[the player's command in title case]";
change the player's forename to word number 1 in the player's full name;
change the command prompt to ">";
say "Willkommen [player's forename]! Ich bin sicher, wir werden eine großartige Zeit miteinander verbringen.[paragraph break]";
say "[banner text]";
say "[line break][bold type]Eltern tippen bitte INFO ein um weitere Informationen zu erhalten.[roman type][paragraph break]";
move the player to the location;
reject the player's command.
[Wir möchten wen Beginn des Spiels solange hinauszögern, bis wir den Namen erhalten haben:]
Instead of looking when collecting names: do nothing.
Rule for printing the banner text when collecting names: do nothing.
Rule for constructing the status line when collecting names: do nothing.