diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 51b772aaa..e670fe538 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1257,6 +1257,16 @@ changing jobs, which can be checked for later in scripts. ---------------------------------------
+*jobname <job number>
+
+This command retrieves the name of the given job using the msg_athena entries 550->650.
+
+ mes "[Kid]";
+ mes "I never thought I'd met a "+jobname(Class)+" here of all places.";
+ close;
+
+---------------------------------------
+
*input <variable>;
This command will make an input box pop up on the client connected to the
|