;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenMove]
{
#say
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/12}I may directly transmit you to the monster den!{FCOLOR/12}\
{FCOLOR/12}But I cannot guarantee there security,{FCOLOR/12}\
{FCOLOR/12}Also not necessarily may deliver you the entrance!{FCOLOR/12}\
{FCOLOR/10}My service is gathers the integral, the different place needs the  integral also same{FCOLOR/12}\\
{FCOLOR/12}<Use Teleport/@SuperMoveHint>{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\


[@SuperMoveHint]
#say 
<PrajnaTemple       [10 Integral]/@StartSuperMove(3,317,260,10,PrajnaTemple)>\
<ZumaTemple       [10 Integral]/@StartSuperMove(3,21,103,10,ZumaTemple)>\
<JinChonDungeon         [10 Integral]/@StartSuperMove(D002,149,64,10,JinChonDungeon)>\
<BlackPalace        [10 Integral]/@StartSuperMove(5,317,199,10,BlackPalace)>\
<MagicShip           [50 Integral]/@StartSuperMove(D1401,43,63,50,MagicShip)>\
<WestDesert     [50 Integral]/@StartSuperMove(D002,36,119,50,WestDesert)>\
<IcePalace           [50 Integral]/@StartSuperMove(8,51,324,50,IcePalace)>\
<Return/@main>

[@StartSuperMove()]
  #ACT
	  Mov        A1       %ARG(1)
	  Mov        A2       %ARG(2)
	  Mov        A3       %ARG(3)
	  Mov        D1       %ARG(4)
	  Mov        A7       %ARG(5)
          Delaygoto [local] 2 @StartMove
  #say
_{FCOLOR/10}Please slightly after, the system is processing the data...{FCOLOR/12}\

[@StartMove]
#IF
   HLSCRIPTCMD CHECKPOINT %D1
#ACT
  HLSCRIPTCMD SETPOINT - %D1
  mapmove %A1 %A2 %A3
  SysMsg  "Teleported to <$OUTPUT(A7)>. You spent <$OUTPUT(D1)> Integral. You also surplus <$HLPOINT> Integral"
#ELSESAY
Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12}Points.\
<Exit/@exit>
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;