;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenBuyMovePoint]
{
#IF
#SAY
____{FCOLOR/10}Hello!  Welcome to use the integral system, you also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\                       
{FCOLOR/12}Gate the space and time includes the space and time tunnel volume and  the shuttle space and time curls two kind of goods, when{FCOLOR/12}\
{FCOLOR/12}You use the space and time tunnel volume time, the system can record  your current position{FCOLOR/12}\
{FCOLOR/12}Takes down, after no matter your when where uses the shuttle space and time volume, you all may{FCOLOR/12}\
{FCOLOR/12}Returns to the place which formerly recorded, only if you once more  used the space and time tunnel{FCOLOR/12}\
{FCOLOR/12}Reel! {FCOLOR/12}\
{FCOLOR/12}{FCOLOR/1}300{FCOLOR/12} The integral may purchase {FCOLOR/1}TimeTeleport{FCOLOR/12}!{FCOLOR/12}\
{FCOLOR/12}{FCOLOR/1}50{FCOLOR/12} The integral may purchase {FCOLOR/1}ShuttleTeleport{FCOLOR/12}!{FCOLOR/12}\\
{FCOLOR/12}<[ Buy TimeTeleport ]/@BuyWritePoint>{FCOLOR/12}\
{FCOLOR/12}<[ Buy ShuttleTeleport ]/@BuyMovePoint>{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\

[@BuyWritePoint]
#IF
   checklevel 40
   HLSCRIPTCMD CHECKPOINT 300
#ACT
   give TimeTeleport 1
   HLSCRIPTCMD SETPOINT - 300
#SAY
You already purchased one TimeTeleport reel.\
You at present the integral is:{FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points.\
<Return/@main>

#elseact
goto @helpjf

[@BuyMovePoint]
#IF
HLSCRIPTCMD CHECKPOINT 50
checklevel 40
#ACT
   give ShuttleTeleport 1
   HLSCRIPTCMD SETPOINT - 50
#SAY
You already purchased one ShuttleTeleport reel.\
You at present the integral is:{FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points.\

<Return/@main>

#elseact
goto @helpjf

[@helpjf]
#SAY
Your rank is insufficient 40 level or your integral is insufficient,  but also remains {FCOLOR/1}<$OUTPUT(D1)>{FCOLOR/12} Points.\
<Return/@main>
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;