summaryrefslogtreecommitdiff
path: root/npc/012-1/aidan.txt
blob: 973d829261c516aa55d55a684f45412cc928e2c9 (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:
//    Aidan, a dawdler in Candor.
// THIS IS A PLACEHOLDER!

012-1,52,114,0	script	Aidan	NPC_AIDAN,{
    speech
        l("Welcome. I am Aidan, from the Monster Hunting Association."),
        l("We host daily and weekly monster hunting objectives to adventurers based on their level."),
        l("We aren't open yet because Ishi still can't decide how she will hand out the rewards."),
        l("But once we open, remember to come to me to sign in our tasks and also to claim rewards with Ishi before they expire!");
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 4;
    end;
}