;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenBuyRedHorse]
{
#IF
#SAY
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have{FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/12}{FCOLOR/1}1000 integrals may purchase Red Horse.  Red Horse Mark gives you 200{FCOLOR/12}\
{FCOLOR/12}{FCOLOR/1}The extra spot carries a heavy load with 2-5 attack or the evil spirit law.{FCOLOR/12}\\
{FCOLOR/12}<[ Buy Red Horse ]/@BuyRedHorse>{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main> {FCOLOR/12}\\

#ELSESAY
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/12}To use this requires you be level {FCOLOR/10}45+{FCOLOR/12}{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\

[@BuyRedHorse]
#IF
CheckHorse
#SAY
You already seem to Own a Horse, Sell that one First.\
<Return/@main>
#ELSEACT
goto @BuyRedHorse_3

[@BuyRedHorse_3]
#IF
   checklevel 45
   HLSCRIPTCMD CHECKPOINT 1000
#ACT
   horsecall Horse3
   HLSCRIPTCMD SETPOINT - 1000
#SAY
Purchases successfully, your surplus integral is {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points.\
Press M on Keyboard to Mount the Horse.\
<Return/@main>


#ELSESAY
Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points.\
Or your rank insufficient 45 levels!\
<Exit/@exit>

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