Added to the tutorial, and some more API tweaks

This commit is contained in:
David Masad
2021-01-28 16:12:32 -05:00
parent 51dd88d89e
commit 4c353ecfe3
5 changed files with 108 additions and 17 deletions

View File

@ -1,8 +1,8 @@
:: StoryManager Widgets [widget]
<<widget ShowStorylets>>
<<widget ShowStoryletLinks>>
<<for _storylet range $args[0]>>
<<capture _storylet>>
[[_storylet.description|_storylet.passage][$payload=_storylet.payload]]<br>
[[_storylet.description|_storylet.passage][$currentStorylet=_storylet]]<br>
<</capture>>
<</for>>
<</widget>>