mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
17 lines
444 B
Perl
17 lines
444 B
Perl
note: Readable
|
|
'note'
|
|
'note'
|
|
"This is a simple tutorial note. "
|
|
location = startingRoom
|
|
readDesc () {
|
|
"
|
|
Use <b>n</b>, <b>e</b>, <b>s</b> and <b>w</b> to navigate.\n
|
|
Use <b>l</b> to <b>look around</b>.\n
|
|
Use <b>x</b> to <b>examine</b> something.\n
|
|
Use <b>i</b> to check the <b>inventory</b>.\n
|
|
\b
|
|
Don't be afraid to experiment with other verbs,
|
|
such as <b>take</b>, <b>open</b>, and so on.
|
|
";
|
|
}
|
|
;
|