blob: 703890f3f1c62cd907355b0c29af62ed1090cc35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
018-3.gat,71,127,0|script|#DemonSword#_M|400,{
if (getskilllv(SKILL_MAGIC))
goto L_message;
close;
L_message:
mes "[Sword in Rock]";
mes "\"Ouch... my head...\"";
close;
}
|