summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-07-19 17:58:58 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-07-19 17:58:58 +0200
commit99171d9707c58c4f9841a00bf6fd22c4660a81e4 (patch)
tree99c78e3efe7f2b8535ff9d52d457af5dbb44520b /data
parentbfb30cba47d4f1a0429799bd358d371c760c4245 (diff)
Adds/modifies references and macros.
Diffstat (limited to 'data')
-rw-r--r--data/examples/the_thief/include/characters.fate15
1 files changed, 10 insertions, 5 deletions
diff --git a/data/examples/the_thief/include/characters.fate b/data/examples/the_thief/include/characters.fate
index 386d0de..37dea7d 100644
--- a/data/examples/the_thief/include/characters.fate
+++ b/data/examples/the_thief/include/characters.fate
@@ -11,48 +11,53 @@
(require include/locations.fate)
(set_fields
+ (variable oscar)
+
(name Oscar)
(agility 50)
(perception 50)
(money 20)
(location room0)
- (variable oscar)
)
(set_fields
+ (variable carla)
+
(name Carla)
(agility 75)
(perception 35)
(money 7)
(location room1)
- (variable carla)
)
(set_fields
+ (variable simon)
+
(name Simon)
(agility 35)
(perception 75)
(money 80)
(location room1)
- (variable simon)
)
(set_fields
+ (variable julie)
+
(name Julie)
(agility 60)
(perception 60)
(money 90)
(location room2)
- (variable julie)
)
(set_fields
+ (variable statue)
+
(name ( A oddly human shaped statue, with clothes adorned ))
(agility 0)
(perception 0)
(money 30)
(location corridor)
- (variable statue)
)
;; Alright, but we clearly need to be able to point to variables using a type.