diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 19:11:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 19:11:49 -0300 |
commit | fee8af4cd68dee370ac3151725d61693ce06ca17 (patch) | |
tree | e953a742c9fa08322c0599f6fe9ba6fad70f5ac3 /npc/functions | |
parent | 2afe85725c8b0fc62ac89cba1ca3540156c6a2af (diff) | |
download | serverdata-fee8af4cd68dee370ac3151725d61693ce06ca17.tar.gz serverdata-fee8af4cd68dee370ac3151725d61693ce06ca17.tar.bz2 serverdata-fee8af4cd68dee370ac3151725d61693ce06ca17.tar.xz serverdata-fee8af4cd68dee370ac3151725d61693ce06ca17.zip |
Aethyr Initial Version
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 2818d1fb7..58ec36e00 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -371,6 +371,11 @@ function script isin { return false; } +// isat( map, x, y ) +function script isat { + return isin(getarg(0), getarg(1), getarg(2), 0); +} + // Clear output of getinventorylist() // delinventorylist() function script delinventorylist { |