summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
blob: caf421bfb5b302d4a0ea0e06d1926fac526d60fa (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	NPC_HAMMOC,{
    asleep;
    close;

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