summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt.example
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/commands/_atcommand_local.txt.example')
-rw-r--r--world/map/npc/commands/_atcommand_local.txt.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/commands/_atcommand_local.txt.example b/world/map/npc/commands/_atcommand_local.txt.example
new file mode 100644
index 00000000..a195d580
--- /dev/null
+++ b/world/map/npc/commands/_atcommand_local.txt.example
@@ -0,0 +1,12 @@
+-|script|GM|32767
+{
+ end;
+
+OnInit:
+ // define permissions here
+ set .zeny, G_ADMIN;
+
+ // permissions for events
+ set .killthegm, G_EVENT;
+ end;
+}