summaryrefslogtreecommitdiff
path: root/npc/001-1/artaxe.txt
blob: f1d63d462ebb8736d9c892814537215675fa0f4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Reid
// Description:
//    Legion NPC blocking the north road of Artis.

001-1,90,31,0	script	Artaxe	NPC_ARTAXE,{
    speech S_LAST_NEXT,
        l("Sorry buddy, you can't pass by this way, we're moving some furniture."),
        l("Come back later!");

    closeclientdialog;
    close;

OnInit:
    .distance = 2;
    end;
}