Boring starting room with note

This commit is contained in:
He4eT 2024-12-10 04:51:40 +01:00
commit 3fb2a693d5
4 changed files with 34 additions and 5 deletions

17
items/note.t Normal file
View file

@ -0,0 +1,17 @@
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.
";
}
;