summaryrefslogtreecommitdiff
path: root/npc/008-2-2/roamingo.txt
blob: 98c82ef884507235771195927575c5dfe37abe5d (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 Roamingo
// THIS IS A PLACEHOLDER!

008-2-2,43,34,0	script	Roamingo#008-2-2	NPC_DRINKER_ROAMINGO,{
    speech
        l("Oh hi my friend *hicks*"),
        l("Eh... shiver me timbers! *hicks* Where did you find this hat??");
        lg("Know what *hicks*, if you give me the hat, the next round will be on me.");

    close;

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