19 lines
365 B
YAML
19 lines
365 B
YAML
%YAML 1.2
|
|
---
|
|
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
|
|
|