;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenCashIn]
{
#IF
#SAY
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/12}May exchange the corresponding integral volume in my here.{FCOLOR/12}\
{FCOLOR/12}{FCOLOR/14}Exchange proportion as follows:{FCOLOR/12}{FCOLOR/12}\
{FCOLOR/12}One{FCOLOR/10} IntegralVolume{FCOLOR/12}={FCOLOR/1}20{FCOLOR/12} Integral{FCOLOR/12}\
{FCOLOR/12}One{FCOLOR/10} IntegralVolume(50){FCOLOR/12}={FCOLOR/1}500{FCOLOR/12} Integral{FCOLOR/12}\
{FCOLOR/12}You may press the D key or only strike the duty button observe you at  present the integral...{FCOLOR/12}\\
{FCOLOR/12}<[ Exchange integral volume ]/@CashIn2>{FCOLOR/12}\
{FCOLOR/12}<[ Exchange integral volume (50) ]/@CashIn50>{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\

[@CashIn2]
 #IF
   checkitem Integral 1
 #ACT
   HLSCRIPTCMD SETPOINT + 20
   take Integral 1
 #SAY
You also surplus {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Integral!\
This you exchanged {FCOLOR/14}20{FCOLOR/12} Integral!\
<Continues to exchange/@JifenCashIn>\
#ELSESAY
You do not have any {FCOLOR/14}Integral{FCOLOR/12} Tickets Left.\\
<Return/@main>\\

[@CashIn50]
 #IF
   checkitem Integral(50) 1
 #ACT
   HLSCRIPTCMD SETPOINT + 500	
   take Integral(50) 1
 #SAY
You also surplus {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Integral!\
This you exchanged {FCOLOR/14}500{FCOLOR/12} Integral!\
<Continues to exchange/@JifenCashIn>\
#ELSESAY
You do not have any {FCOLOR/14}Integral(50){FCOLOR/12} Tickets LEft\\
<Return/@main>\\

}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;