;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@ItemProte]
{
#if
#say
Equipment protection:\
You want not to blow out in inside yours equipment fence equipment?\
I may help you to realize this function, but the price is not cheap  yo!\
{FCOLOR/10}Protects one equipment fence position 10 days need 1000 integrals{FCOLOR/12}\
<I must protect/@StartItemProte>


[@StartItemProte]
#IF
#SAY
{FCOLOR/10}Please chooses the equipment fence which you must protect:{FCOLOR/12}\
<Weapon/@ItemProteSe(1)>  <Flare/@ItemProteSe(2)>\
<Helmet/@ItemProteSe(4)>  <Necklace/@ItemProteSe(3)>\
<Clothes/@ItemProteSe(0)>  <Shoe/@ItemProteSe(10)>\
<Bracelet(L)/@ItemProteSe(5)>  <Bracelet(R)/@ItemProteSe(6)>\
<Ring(L)/@ItemProteSe(7)>  <Ring(R)/@ItemProteSe(8)>\
<Symbol/@ItemProteSe(9)>\
<Return/@main>\\


[@ItemProteSe()]
#ACT
  Mov        D0       %ARG(1)
  goto @ItemProteFinish


[@ItemProteFinish]
#if
  ACTCMD userjf 1000
#act
  ACTTCMD setuserjf - 1000
  ACTCMD ITEMPROTE %D0 10
#SAY
You choose the equipment position was already protected, inside ten  days, any PK or other situations caused you to die, all could not  explode the equipment fence equipment which you protected!  You may  pass {FCOLOR/10}@EquipProtect{FCOLOR/12} Inquires your equipment fence protects the due date, your integral  also remains {FCOLOR/10}<$HLPOINT>{FCOLOR/12} Points!\
<Return/@main>\

#ELSESAY
Your integral is insufficient, but also remains {FCOLOR/10}<$HLPOINT>{FCOLOR/12} Spot.  Please relates the GM direct purchase integral.\
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;