izlude.gat,128,89,4 script クローン屋 909,{
mes "[クローン屋]"; mes "ここでは、超使えるスキルをひとつだけ覚えられるよ~!"; mes "費用は、な、なんと、無料だよ!"; mes "クローンスキルを持っているローグ専用だけどね。"; mes "やるかい?"; next; menu "やる",L_Y,"やめる",L_EX;
L_Y:
if getskilllv(225) == 0 goto L_error; mes "[クローン屋]"; mes "どの呪文を覚えるんだい?"; next; menu "ヒール",L_case1,"アスペルシオ",L_case2,"三段掌",L_case3,"BB",L_case4,"やめる",L_end;
L_case1: gmcommand "@cloneskill 28"; goto L_end; L_case2: gmcommand "@cloneskill 68"; goto L_end; L_case3: gmcommand "@cloneskill 263"; goto L_end; L_case4: gmcommand "@cloneskill 62"; goto L_end;
L_EX:
mes "[クローン屋]"; mes "冷やかしは勘弁しておくれ。"; close2; end;
L_error:
mes "[クローン屋]"; mes "クローンスキルを持っていない君には関係ないな。"; next; goto L_end;
L_end:
mes "またね。"; close2; end;
}