diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-01 15:26:53 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-01 15:26:53 +0000 |
commit | bdfce85b67dd0e63f34ddf9bed05d94b79dd9d05 (patch) | |
tree | 8a5660f98c2af5a8456e801e5d11f17a31bb6e1d /doc | |
parent | e8268e93edc3fe17abb22b870a66eecaf5ba1e13 (diff) | |
download | hercules-bdfce85b67dd0e63f34ddf9bed05d94b79dd9d05.tar.gz hercules-bdfce85b67dd0e63f34ddf9bed05d94b79dd9d05.tar.bz2 hercules-bdfce85b67dd0e63f34ddf9bed05d94b79dd9d05.tar.xz hercules-bdfce85b67dd0e63f34ddf9bed05d94b79dd9d05.zip |
Cleaned up some parts of the code.
Removed obsolete script function 'hasitems'.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10838 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 9c9b75fb0..7bcf4389e 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3118,14 +3118,6 @@ not. --------------------------------------- -*hasitems(0) - -This function will return 1 if the invoking character has anything at all in -their inventory and 0 if they do not. Even though the argument is not used for -anything, it is required. - ---------------------------------------- - *getequipisidentify(<equipment slot>) This function will return 1 if an item in the specified equipment slot is |