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

@ -3,17 +3,17 @@
title: Sample Text
openingText: "{}\nsample text"
startLevel: testing/test1.yml
singletons:
- !NPC
name: follower
description: a follower
location: [0, 0]
behaviors:
go: [-1, follow]
arrive: [-1, follow]
customValues:
follow:
distance: 2
isFollowing: True
target: You
#singletons:
# - !NPC
# name: follower
# description: a follower
# location: [0, 0]
# behaviors:
# go: [-1, follow]
# arrive: [-1, follow]
# customValues:
# follow:
# distance: 2
# isFollowing: True
# target: You