|
|
|
@ -37,6 +37,8 @@ namespace Fungus
|
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Debug.Log (options.Count); |
|
|
|
|
|
|
|
|
|
if (options.Count == 0) |
|
|
|
|
{ |
|
|
|
|
Continue(); |
|
|
|
@ -90,6 +92,9 @@ namespace Fungus
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public override void GetConnectedSequences (ref List<Sequence> connectedSequences) |
|
|
|
|
{ |
|
|
|
|
// Show connected sequences from preceding AddOption commands |
|
|
|
|
if (IsExecuting()) |
|
|
|
|
{ |
|
|
|
|
foreach (Option option in options) |
|
|
|
|
{ |
|
|
|
@ -99,6 +104,7 @@ namespace Fungus
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected virtual void OnGUI() |
|
|
|
|
{ |
|
|
|
|