Closed nathanhoad closed 2 months ago
This adds support for conditional randomised jumps and randomised lines:
Conditions for randomised lines go in square brackets after the % and before the line's content:
%
% => some_title %2 => some_other_title % [if SomeGlobal.some_condition] => another_title
Closes #659
This adds support for conditional randomised jumps and randomised lines:
Conditions for randomised lines go in square brackets after the
%
and before the line's content:Closes #659