The player can now have simple conversations with NPCs.
This commit is contained in:
parent
e0b88e7a45
commit
e81345e793
4 changed files with 115 additions and 10 deletions
|
@ -42,4 +42,11 @@ loadAlways:
|
|||
location: [21, 23]
|
||||
destination: testing/test4.yml
|
||||
name: downstairs
|
||||
- !NPC
|
||||
name: guy
|
||||
description: a guy
|
||||
location: [4, 20]
|
||||
behavior: wander
|
||||
customValues:
|
||||
dialogs: testing/testDialog.yml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue