summaryrefslogtreecommitdiff
path: root/npc/020-1/ryan.txt
blob: c9bce2907b0c7b340eda99fad01a210c9f546e0c (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:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}