summaryrefslogtreecommitdiff
path: root/npc/000-2-1/q'onan.txt
blob: c5ef0951666f51535ced1fa698378569e15225db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Evol scripts.
// Authors:
//    Alige
//    Vasily_Makarov
// Description:
//    Sleeping and snoring NPC.

000-2-1,53,38,0	script	Q'Onan#000-2-1	NPC_ORC_SAILOR,{
    asleep;
    close;

OnInit:
    .distance = 2;
    end;
}