blob: 9aaae54e7e9c0fc795cb9e149f74316e592ffa03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Evol scripts.
// Author:
// Micksha
// Description:
// Ryan, a Legion Soldier near the Docks.
// THIS IS A PLACEHOLDER!
020-1,275,97,0 script Ryan NPC_DEMON_MALE_LEGION_ARTIS,{
speech
l("hmmm..."),
l("You were in Hurnscald lately, right? That smell, that Brotherhood smell."),
l("Better get out of here, before I become wild.");
close;
OnInit:
.bodytype = BODYTYPE_2;
.distance = 4;
end;
}
|