summaryrefslogtreecommitdiff
path: root/npc/012-1/vincent.txt
blob: fea13996cf2545a7d1d0eb7a65581f453783103d (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:
//    Vincent, a child at the Candor beach.
// THIS IS A PLACEHOLDER!

012-1,121,126,0	script	Vincent	NPC_VINCENT,{
    speech
        l("Scorpions everywhere!"),
        l("Why do they show up, anyway? I thought Scorpions prefered deserts, not beaches."),
        l("I need to study more... But... I want to play! And I want to make figurines!");
    close;

OnInit:
    .sex = GENDER_HIDDEN;
    .distance = 4;
    end;
}