Creating and testing macro

This commit is contained in:
David Masad
2021-02-20 21:11:19 -05:00
parent 5ac02040bd
commit e1e8932207
7 changed files with 108 additions and 54 deletions

View File

@ -16,15 +16,12 @@ Of course it isn't. The hall is filled with aristocrats in evening-wear, making
:: Circulating
You mingle through the crowd, keeping a wary eye around you.<br>
<<set _possibleStories = window.SM.getStorylets(3, "circulating")>>
<<ShowStoryletLinks _possibleStories>>
<<getStoryletLinks 3 "circulating">>
:: Conversation
<<set $talkingTo = $currentStorylet.character>>
You talk with $talkingTo.name. <br>
<<set _possibleStories = window.SM.getStorylets(3, "during conversation")>>
<<ShowStoryletLinks _possibleStories>>
<<getStoryletLinks 3 "during conversation">>
[[Keep circulating | Circulating]]
:: Being approached