From 9284a1c3406be2783c68aa05f11afee435887e57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Sep 2020 23:10:00 -0300 Subject: Alchemy Table: Now you should be able to brew multiple instances at once! However, this is expensive. Sponsors, who pay for hardware, can brew up to 25x at once. Everyone else like me, who lives with other ppl money, will be capped to 10x at once. I think 10 will be plenty without putting too much burden on the server. --- npc/functions/permissions.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/permissions.txt b/npc/functions/permissions.txt index eaedcce92..2838f7a92 100644 --- a/npc/functions/permissions.txt +++ b/npc/functions/permissions.txt @@ -19,3 +19,7 @@ function script is_admin { function script is_staff { return (getgmlevel() >= 5); } + +function script is_sponsor { + return (getgmlevel()); +} -- cgit v1.2.3-70-g09d2