summaryrefslogtreecommitdiff
path: root/npc/012-2/GonzoDark.txt
blob: 38a74ae3f470094ce7e2a84220fb1ace88b005bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// TMW2 Script
// Author:
//  Jesusalva
// Description:
//      Monthly Sponsor Quest
// Variable:
//      SQuest_Sponsor
//      Quest ID: 2

012-2,50,81,0	script	GonzoDark Sponsor	NPC_LUCAS,{
    mesn;
    mesq lg("Yo, girl.", "Yo, man.");
    next;
    mesn;
    mesq l("I sponsor the alliance and all I got was a NPC and access to this ugly room.");
    next;
    mesn;
    mesq l("Well, I don't want to be an snob.");
    close;

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