From 9f86b6cbe21f8ca3a1d06b1353f071cf5b23d08b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Aug 2016 02:09:38 +0300 Subject: Add getlabel and tolabel into evol script commands file. --- server/scripts/evol_script_commands.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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); + +--------------------------------------- + -- cgit v1.2.3-70-g09d2