✨ Add characters in lower_decks
This commit is contained in:
parent
83facdc4d0
commit
6f44b6f01d
3 changed files with 40 additions and 2 deletions
|
|
@ -0,0 +1,9 @@
|
|||
[ TalkSub;
|
||||
if (noun == player) print_ret "Nothing you hear surprises you.";
|
||||
if (RunLife(noun,##Talk) ~= false) return;
|
||||
"At the moment, you can't think of anything to say.";
|
||||
];
|
||||
|
||||
Verb 'talk' 't//' 'converse' 'chat' 'gossip'
|
||||
* 'to'/'with' creature -> Talk
|
||||
* creature -> Talk;
|
||||
Loading…
Add table
Add a link
Reference in a new issue