[@hongse2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 1 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@lanse] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @lanse1 
	#elseact 
	goto @lanse2 
[@lanse1] 
	#if 
	#act 
	Gmexecute TestStatus 2 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@lanse2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 2 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@huangse] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @huangse1 
	#elseact 
	goto @huangse2 
[@huangse1] 
	#if 
	#act 
	Gmexecute TestStatus 3 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@huangse2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 3 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@zise] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @zise1 
	#elseact 
	goto @zise2 
[@zise1] 
	#if 
	#act 
	Gmexecute TestStatus 4 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@zise2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 4 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@mabi] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @mabi1 
	#elseact 
	goto @mabi2 
[@mabi1] 
	#if 
	#act 
	Gmexecute TestStatus 5 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@mabi2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 5 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@lvse] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @lvse1 
	#elseact 
	goto @lvse2 
[@lvse1] 
	#if 
	#act 
	Gmexecute TestStatus 0 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@lvse2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 0 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧!! 
[@yinshen] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @yinshen1 
	#elseact 
	goto @yinshen2 
[@yinshen1] 
	#if 
	#act 
	Gmexecute TestStatus 8 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
[@yinshen2] 
	#if 
	CHECKGAMEGOLD > 19 
	#ACT 
	GAMEGOLD - 20 
	Gmexecute TestStatus 8 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	#elseact 
	messagebox 对不起,需要支付20元宝!你不会这么穷吧! 
[@dun] 
	#if 
	checknamelist ..\QuestDiary\会员名单\金牌名单.txt 
	#act 
	goto @dun1 
	#elseact 
	goto @dun2 
[@dun1] 
	#if 
	#act 
	Gmexecute TestStatus 11 300 
	messagebox 打造成功!哇靠,你好酷哦!! 
	break 
 |