18 | | * The NextPhase determines the next phase, based on the current parameter settings. The GoToIf selects the phase that has parameters that are smallest distance to the current state (picks one if multiple at same smallest distance). The GoTo unconditionally jumps to the given state. |
| 18 | * The NextPhase determines the next phase, based on the current parameter settings. The GoToIf selects the phase that has parameters that are smallest distance to the current state ++. The GoTo unconditionally jumps to the given state. |
| 19 | * A DialogPhase can have multiple options, from which the one with the smallest distance to the current state++ is chosen. |