From a8b094d38f6ed5a553f6954691d4683131d58844 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 15:49:54 -0300 Subject: Update permissions for new GM levels --- 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 99094bb43..eaedcce92 100644 --- a/npc/functions/permissions.txt +++ b/npc/functions/permissions.txt @@ -5,6 +5,10 @@ // Checks player GM levels function script is_gm { + return (getgmlevel() >= 60); +} + +function script is_master { return (getgmlevel() >= 80); } -- cgit v1.2.3-70-g09d2