// Modify By Robert  2004-1-20 Mailto:robert_st@21cn.com

gef_fild07.gat,183,239,5	script		120,{
	mes "[]";
	mes "ǰĶ칫һɫսѾˣҵļҲʱѷɫ";
	next;
	if(countitem(7110)<1) goto NoItemS;
	mes "[]";
	mes ".....һЩ鷳Ը";
	next;
	menu "ܰ޸ѽ",ExItems,"û£ֻ㿴",ExEnd;
		ExItems:
			mes "[]";
			mes "һѷǳ϶¾ɵĹŽȻҿ޺ҪһЩ'֮'";
			next;
			if(countitem(7110)<1) goto NoItem;
			if(countitem(984)<1) goto NoItem;
			goto ExGive;
			NoItem:
				mes "[]";
				mes "ƺûнҪĶ...ȷ˵'֮'ǰ'Ľ'һ";
				close;
			ExGive:
				mes "[]";
				mes "ˣЩ";
				delitem 7110,1;
				delitem 984,1;
				getitem 10020,1;
				next;
				mes "[]";
				mes "ħԾ'õʿ֮'εԭˣ";
				close;

		NoItemS:
			mes "[]";
			mes "ˣӦöൽߣһҲڵġ";
			close;
	ExEnd:
		mes "[]";
		mes "ˣӦöൽߣһҲڵġ";
		close;
}

