summaryrefslogtreecommitdiff
path: root/npc/000-2-1/q'onan.txt
blob: 245f608fd34a8ec79f3054d63d4a803288bbec59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}