uncommitted changes
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
(map choices choice-output)
|
(map choices choice-output)
|
||||||
choice-texts
|
choice-texts
|
||||||
(for o choice-outputs (eval o)))
|
(for o choice-outputs (eval o)))
|
||||||
(enable-continuations)
|
(enable-continuations) // <-- I think this works here because everything after a choice point is part of the gather, which means nothing will be left in the begin() after it
|
||||||
(begin
|
(begin
|
||||||
(setlocal player-choice-index (print (get-player-choice-index choice-texts)))
|
(setlocal player-choice-index (print (get-player-choice-index choice-texts)))
|
||||||
(disable-continuations)
|
(disable-continuations)
|
||||||
|
|||||||
Reference in New Issue
Block a user