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

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