summaryrefslogblamecommitdiff
path: root/world/map/npc/018-3/sword.txt
blob: 5dfbedbf8925d5c5dd295299013392264e10056e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                     
 


                                

          


                                 



                     
 
018-3,71,127,0|script|#DemonSword|400
{
    if (getskilllv(SKILL_MAGIC))
        goto L_message;
    close;

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

OnInit:
    set .IS_MAGIC, 1;
    end;
}