Fixed most input validation bugs, and did too many improvements to remember. Did I mention that I am typing these words with my hands?

This commit is contained in:
Patrick Marsee 2020-05-10 23:26:21 -04:00
parent ee5c4da549
commit 4a398cc2a3
11 changed files with 546 additions and 253 deletions

View file

@ -51,6 +51,16 @@ loadAlways:
none: none # might this work to prevent this character from doing anything?
customValues:
dialogs: testing/testDialog.yml
- !Singleton
loadOnce:
- !NPC
name: follower
description: a follower
location: [6, 26]
behaviors:
go: [-1, follow]
arrive: [-1, follow]
customValues:
follow:
distance: 2
isFollowing: True
target: You