summaryrefslogtreecommitdiff
path: root/npc/018-3_Cave/sword.txt
blob: c4a62a8a60dbd831a341bf985422354253522f6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
018-3.gat,71,127,0	script	#DemonSword#_M	127,{
	if (getskilllv(SKILL_MAGIC))
		goto L_message;

        close;

L_message:
        mes "[Sword in Rock]";
        mes "\"Ouch... my head...\"";
        next;
        close;
}