Creating and testing macro
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user