blob: 5561fe98a7195d3eed77e4817b64ba146d9160cf (
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:
.sex = G_MALE;
setnpcdistance 2;
end;
}
|