mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Fix incorrect explanation of the effect of multiple labels in LSO.
This commit is contained in:
parent
6fe4cc3ae8
commit
7110802dab
1 changed files with 5 additions and 4 deletions
9
main.py
9
main.py
|
@ -238,10 +238,11 @@ Case insensitive.
|
|||
DupLabels - Normally, a duplicate label within a function is allowed
|
||||
by the syntax by using {{}} blocks; however, the server
|
||||
will just refuse to save the script (under Mono) or do
|
||||
something completely unexpected (under LSO: all jumps
|
||||
will go to the last label with that name). This flag
|
||||
works around that limitation by replacing the names of
|
||||
the labels in the output with unique ones.
|
||||
something completely unexpected (under LSO: only the
|
||||
last jump will execute, and it will go to the last label
|
||||
with that name). This flag works around that limitation
|
||||
by replacing the names of the labels in the output with
|
||||
unique ones.
|
||||
|
||||
Deprecated / compatibility syntax extensions options:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue