Things can now be shared globally by maps.

This commit is contained in:
Patrick Marsee 2019-10-15 18:40:50 -04:00
parent aba0014e27
commit 963c77f77c
3 changed files with 73 additions and 35 deletions

View file

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