Disambiguate shuffle alts from hscript line prefix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- (start)
|
||||
Shuffle sequences are {~deterministic|always the same|reliable|reproducible|->finish} if you specify a seed to your Story object.
|
||||
Shuffle sequences are {%deterministic|always the same|reliable|reproducible|->finish} if you specify a seed to your Story object.
|
||||
-> start
|
||||
- (finish)
|
||||
compatible with fully automated save states!
|
||||
@@ -22,7 +22,7 @@ class Alt {
|
||||
'>' => Sequence,
|
||||
'!' => OnceOnly,
|
||||
'&' => Cycle,
|
||||
'~' => Shuffle,
|
||||
'%' => Shuffle,
|
||||
'sequence:' => Sequence,
|
||||
'once:' => OnceOnly,
|
||||
'cycle:' => Cycle,
|
||||
|
||||
Reference in New Issue
Block a user