|
|
@ -301,13 +301,14 @@ namespace Fungus |
|
|
|
{ |
|
|
|
{ |
|
|
|
Action tempAction = deferredAction; |
|
|
|
Action tempAction = deferredAction; |
|
|
|
|
|
|
|
|
|
|
|
options.Clear(); |
|
|
|
|
|
|
|
displayedStoryText = ""; |
|
|
|
displayedStoryText = ""; |
|
|
|
originalStoryText = ""; |
|
|
|
originalStoryText = ""; |
|
|
|
deferredAction = null; |
|
|
|
deferredAction = null; |
|
|
|
|
|
|
|
|
|
|
|
if (mode == Mode.Choose) |
|
|
|
if (mode == Mode.Choose) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
options.Clear(); |
|
|
|
|
|
|
|
|
|
|
|
// Reset to idle, but calling action may set this again |
|
|
|
// Reset to idle, but calling action may set this again |
|
|
|
mode = Mode.Idle; |
|
|
|
mode = Mode.Idle; |
|
|
|
|
|
|
|
|
|
|
|