diff options
Diffstat (limited to 'server/scripts')
-rw-r--r-- | server/scripts/evol_script_commands.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index 21f3131..3e70ae6 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -883,3 +883,22 @@ Example: setfakecells 25, 45, 29, 50, 0; // allow --------------------------------------- + +*getlabel label + +Get label and return int. + +Example: + .@var = getlabel(OnInit); + +--------------------------------------- + +*tolabel num + +Get number and return label. + +Example: + goto tolabel(.@var); + +--------------------------------------- + |