Skip to content

Common

Replace the input string to a parameterless blank command followed by a line in commondialogue and continue processing at the start of it.

Syntax

|common,commonlineindex|

Parameters

commonlineindex: int

The index of the commondialogue line to redirect to. Unlike a regular Dialogue line id, this must be a valid index of commondialogue or an exception will be thrown.

Remarks

The actual line goes through OrganiseLines before the blank command is prepanded and that string ends up being the new input string.

This is essentially a stripped down version of goto which can do the same thing, but with Backtracking, testdiag and more. This command was presumably only used for debugging purposes.

This command resumes processing at the start of the string to accommodate the new input string.