From 507c388858706b392a7469151d6d3ddea3d6b682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vyhnal?= Date: Sat, 14 Jan 2017 13:43:27 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fee71e1..2ab5b31 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ _Ink is inkle's scripting language for writing interactive narrative, both for t ## Currently supported +### Parser - Paragraphs - Comments - Choices @@ -14,7 +15,10 @@ _Ink is inkle's scripting language for writing interactive narrative, both for t - Diverts - Glue -See https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md for the description of the reference ink implementation. +### Runtime +- state.visitCountAtPathString() - allows the runtime to check if the story went through a scpecific point + +See [WritingWithInk](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md) and [RunningYourInk](https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md) for the description of the reference ink implementation. ## Used by pink is used by my small game https://github.com/premek/enjoy