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