summaryrefslogtreecommitdiff
path: root/npc/001-2-35/doors.txt
blob: 64fcb30f49a7ae5fb8cc058c6bdd38881915d5cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Jesusalva
// Description:
//    Doors NPCs.

001-2-35,23,29,0	script	#001-2-35_23_29	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    if (getq(Artis_Legion_Progress) < 4) {
        dispbottom l("I am not a coward. I shall not give up!");
        end;
    }
    ATLFightEnd();
    warp "001-2-32", 32, 29;
    end;
}