From e5be0261a4419cb2b6849a751d04477ef40dca79 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 16 Aug 2006 19:50:52 +0000 Subject: - Spirit of Wizard will now consume an item 7321 each time it blocks reflected magic. - Added script command jobname, retrieves a given's class name as per the appropiate msg_athena.txt entry (this command should had been added years ago) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8320 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') 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 + +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 ; This command will make an input box pop up on the client connected to the -- cgit v1.2.3-60-g2f50