summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-31 01:37:00 -0300
committershennetsind <ind@henn.et>2013-05-31 01:37:00 -0300
commit68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b (patch)
tree656014626455455b8b287701e5d6301fa333ca8e /doc/script_commands.txt
parente99a6a0eca78fa7c950aaa6d672e4e4c578a63d2 (diff)
parent271ab61a287c2708e050d350bb84054c9fb88e47 (diff)
downloadhercules-68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b.tar.gz
hercules-68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b.tar.bz2
hercules-68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b.tar.xz
hercules-68ff83df2e3a161ebf67f9e8b1c64a0eab767f8b.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index af3d90262..47b2c5db6 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -5636,6 +5636,19 @@ IDs.
Returns 1 upon success and 0 for all failures.
+---------------------------------------
+
+*checkhomcall()
+
+This function checks if the attached player's Homunculus is active,
+and will return the following values:
+ -1: The player has no Homunculus.
+ 0: The player's Homunculus is active.
+ 1: The player's Homunculus is vaporized.
+ 2: The player's Homunculus is in morph state.
+
+---------------------------------------
+
*gethominfo(<type>)
This function works as a direct counterpart of 'getpetinfo':
@@ -8125,4 +8138,4 @@ Example:
*qiclear(<queue_iterator_id>)
deletes a queue iterator from memory, returns 1 when it fails, 0 otherwise.
---------------------------------------- \ No newline at end of file
+---------------------------------------