summaryrefslogtreecommitdiff
path: root/npc/020-1/budifis.txt
blob: 763d671bbbfa9223141bbbef4f76c72fe1e368be (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:
//    Budifis the Water Mage.
// THIS IS A PLACEHOLDER!

020-1,70,47,0	script	Budifis	NPC_MAGE_BLUE,{
    speech
        l("Hi!"),
        l("I just love watching the ocean from up there."),
        l("Did you meet Pusco already? He and his crappy Fire Elements. One day I will extinguish him properly, be assured.");
    close;

OnInit:
    .distance = 4;
    end;
}