summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt.example
blob: a195d580d1b4ad3097745075431f22bec4ce9967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-|script|GM|32767
{
    end;

OnInit:
    // define permissions here
    set .zeny, G_ADMIN;

    // permissions for events
    set .killthegm, G_EVENT;
    end;
}