diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 19:50:52 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 19:50:52 +0000 |
commit | e5be0261a4419cb2b6849a751d04477ef40dca79 (patch) | |
tree | 0fd6506778c1ff806bed61abff36d24bf5cd6b1e /doc | |
parent | f8047993636ed47b0cb6c49ff650f0bd5e9217b0 (diff) | |
download | hercules-e5be0261a4419cb2b6849a751d04477ef40dca79.tar.gz hercules-e5be0261a4419cb2b6849a751d04477ef40dca79.tar.bz2 hercules-e5be0261a4419cb2b6849a751d04477ef40dca79.tar.xz hercules-e5be0261a4419cb2b6849a751d04477ef40dca79.zip |
- 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
Diffstat (limited to 'doc')
-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
|