//====================================================//
//====================================================//
//== : С (SkyTwo) 99MaxEA==//
//== : 2009.02.04           ==//
//==ű : v2.5 ==//
//==ű : 99Max̵ϵͳ==//
//====//
//==֧Ԯ : è ==//
//== ںϽ ==//
//== Dino9021 ==//
//==                                                ==//
//==֧Ԯ : gg                       ==//
//====//
//==λת뱣ϣָм==//
//====================================================//
//====================================================//

prontera.gat,146,95,5	script	̵ϵͳ	81,{

	switch(select("Ʒ","","","Ʒ"))

	{	case 1:	callfunc "Npc_Item_A";	end;
		case 2:	callfunc "Npc_Item_B";	end;
		case 3:	callfunc "Npc_Item_C";	end;
		case 4:	callshop "һ#01",2;	end;	}
}

//====================================================//

function	script	Npc_Item_A	{

	switch(select("","߹","","鱦","","ѼƷ",
			"ħ","","ʿ","Ʋ","˵"))

	{	case 1:	callshop "һ#01",1;	end;
		case 2:	callshop "һ#02",1;	end;
		case 3:	callshop "һ#03",1;	end;
		case 4:	callshop "һ#04",1;	end;
		case 5:	callshop "һ#05",1;	end;
		case 6:	callshop "һ#06",1;	end;
		case 7:	callshop "һ#07",1;	end;
		case 8:	callshop "һ#08",1;	end;
		case 9:	callshop "һ#09",1;	end;
		case 10:	callfunc "Npc_Refine";	end;
		case 11:	callfunc "Npc_Books";	end;	}
}

//====================================================//

function	script	Npc_Item_B	{

	switch(select("ͷ","","","Ь","","Ʒ"))

	{	case 1:	callshop "#01",1;	end;
		case 2:	callshop "#02",1;	end;
		case 3:	callshop "#03",1;	end;
		case 4:	callshop "#04",1;	end;
		case 5:	callshop "#05",1;	end;
		case 6:	callshop "#06",1;	end;	}
}

//====================================================//

function	script	Npc_Item_C	{

	switch(select("","̽&ȭ","ͷ","ì","","",
			"","ȭ","","","ǹ",""))

	{	case 1:	callshop "#01",1;	end;
		case 2:	callshop "#02",1;	end;
		case 3:	callshop "#03",1;	end;
		case 4:	callshop "#04",1;	end;
		case 5:	callshop "#05",1;	end;
		case 6:	callshop "#06",1;	end;
		case 7:	callshop "#07",1;	end;
		case 8:	callshop "#08",1;	end;
		case 9:	callshop "#09",1;	end;
		case 10:	callshop "#10",1;	end;
		case 11:	callshop "#11",1;	end;
		case 12:	callshop "#12",1;	end;	}
}

//====================================================//