summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
blob: d3d6b566e229c016a673d19a7ec6717b73309276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Authors:
//    Alige
//    Reid
//    Vasily_Makarov
// Description:
//    Sleeping and grumbling NPC.

000-2-1,32,38,0	script	Devis#000-2-1	NPC_HAMMOC,{
    asleep;
    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}