summaryrefslogblamecommitdiff
path: root/npc/020-1/froma.txt
blob: 8e232599ba1ccc757579ad073c643c5732149a76 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                              

                                                                       




                                                                                           
                  

        
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Froma, a Legion Soldier besides the gate to Legion area.
// THIS IS A PLACEHOLDER!

020-1,291,123,0	script	Froma	NPC_DEMON_MALE_LEGION_ARTIS,{
    speech
        l("Fromage!"),
        l("It is the only word in french I know. We are very classy."),
        l("So if you want, you can hunt something, or cook something, or craft somethig."),
		l("Whatever.");
    close;

OnInit:
    .distance = 4;
    end;
}