summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt5
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 {