summaryrefslogtreecommitdiff
path: root/npc/008-2-2/micksha.txt
blob: 099bff34f8e8d13c2817aba9cf375d8219887779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Drinker Micksha
// THIS IS A PLACEHOLDER!

008-2-2,46,34,0	script	Micksha#008-2-2	NPC_DRINKER_MICKSHA,{
    speech
        l("Hello Sir *hicks*."),
        l("Umm, can you perhaps spring for a beer? *hicks* I'm broken.");
        lg("*burp* ... .");

    close;

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