blob: 7ed147150cbb8662cca7e373f44c7bf6ab6c5ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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:
.distance = 4;
end;
}
|