diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 21:39:17 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 21:39:17 +0000 |
commit | 5627e06649104c82bf836be3d848174b8152f8cf (patch) | |
tree | ad9219c80c681bb6227cb9c6b79d5efd11d9b4e6 /doc | |
parent | e1cd46aacaab8a0e398d809cfda67aebc3cc77f2 (diff) | |
download | hercules-5627e06649104c82bf836be3d848174b8152f8cf.tar.gz hercules-5627e06649104c82bf836be3d848174b8152f8cf.tar.bz2 hercules-5627e06649104c82bf836be3d848174b8152f8cf.tar.xz hercules-5627e06649104c82bf836be3d848174b8152f8cf.zip |
* Added documentation for "checkwug" (doc\script_commands.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16267 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a130a68cd..adae3726f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3497,6 +3497,13 @@ mount and 0 if they don't. --------------------------------------- +*checkwug() + +This function will return 1 if the invoking character has a +warg and 0 if they don't. + +--------------------------------------- + *checkvending({"<player name>"}) *checkchatting({"<Player Name>"}) @@ -6285,7 +6292,6 @@ placement of the illustration and takes following values: 3 - middle of screen in a movable window with an empty title bar 4 - middle of screen without the window header, but still movable - The picture is read from data\texture\유저인터페이스\illust, from both the GRF archive and data folder, and is required to be a bitmap. The file extension .bmp can be omitted. Magenta color (#ff00ff) is considered transparent. There is no limit @@ -6775,7 +6781,6 @@ The first letter is position 0. //.@my_array$[2]: "1965" //.@my_array$[3]: "red" //.@my_array$[4]: "PIE" - --------------------------------------- @@ -7138,6 +7143,7 @@ Example: else (.@id < 0) { // Unspecified error while queuing instance. ... } + --------------------------------------- *instance_destroy {<instance id>}; @@ -7357,6 +7363,7 @@ If parameter "HUNTING" is supplied: 2 = you've killed all of the target monsters --------------------------------------- + *showevent <state>, <color>; Show a colored mark in the mini-map like "viewpoint" and an emotion on top of a NPC. |