summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index f8593723f..98d96336e 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -808,6 +808,7 @@ function script abizit {
// anyloot( {item 1, amount 1, chance 1}, {item 2, amount 2, chance 2}... )
// Give chance (standard 1~10000 roll) to obtain item, capped at amount.
+// TODO: Fill an array, then inventoryplace() and getitem()
function script anyloot {
if (getargcount() < 3 || getargcount() % 3 != 0)
return Exception("Faulty anyloot skill command invoked - error");