summaryrefslogtreecommitdiff
path: root/server/scripts/evol_script_commands.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 01:37:05 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 01:37:05 -0200
commit25e53dcabe3b511a4e12bd63f232ae658869fc8e (patch)
tree046cd184346ada0e02472f5e938b8224db640ca5 /server/scripts/evol_script_commands.txt
parent953a1bdea987b1fd232cca5e6be7ec84352b9a9c (diff)
downloaddocs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.gz
docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.bz2
docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.xz
docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.zip
Update documentation on master
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-rw-r--r--server/scripts/evol_script_commands.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index 588b91a..f03675b 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -979,3 +979,14 @@ Example:
setitemoptionbyindex(.@item, 0, VAR_MAXHPAMOUNT, 200);
setitemoptionbyindex(.@item, 1, VAR_STRAMOUNT, 10);
setitemoptionbyindex(.@item, 2, VAR_VITAMOUNT, -5);
+
+---------------------------------------
+
+*isinstance id;
+
+Return true if id is correct instance id.
+Return false if id is not instance id.
+
+Example:
+ .instid = 1;
+ mes(str(isinstance(.instid));