Friday, 18 April 2014
Version 0.2 Released
A new version of StoryTeller has been released. This version adds support for lists, iteration, sets and relations.
Lists
A list is an ordered collection of values. You can define a list by separating the values with commas. For example: (1,2,3,4,5).
Loops
The foreach statement can be used to repeat part of a page once for each value in a list.
Sets
A set is a group of things. For example the set of characters in your story.
In StoryTeller, sets also serve as lookup tables. Each member of a set can have values associated with it in key-value pairs.
Relations
A relation describes some fact for all of the members of one or more sets. One example is a relation between the sets of characters and objects in a story which describes whether or not a character is holding a particular item.
download the new version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment