|   
 [@main]
 #if
 #act
 #say
 \ \ \
 <提取1000充值点/@充值>       <提取1000金刚石/@金刚> \ \
 <提取1000充值点/@充值>       <提取1000金刚石/@金刚> \ \
 <提取1000充值点/@充值>       <提取1000金刚石/@金刚> \ \
 
 
 [@充值]
 #if
 checkGAMEGIRD > 999
 #act
 GAMEGIRD - 1000
 give 一千充值卷 1
 sendmsg 7 恭喜成功提取一千充值卷!!!
 #ELSEACT
 sendmsg 5 你没有1000充值点,无法兑换!!!
 [@金刚]
 #if
 checkGAMEDIAMOND > 999
 #act
 GAMEDIAMOND - 1000
 give 1000金刚石 1
 sendmsg 7 恭喜成功提取1000金刚石!!!
 #ELSEACT
 sendmsg 5 你没有1000金刚石,无法兑换!!!
 
 
 |