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

        close;

L_message:
        mes "[Sword in Pond]";
        mes "\"Zzzzzz.....\"";
        next;
        close;
}