;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@BeautyJewel]
{
#IF
#SAY
___{FCOLOR/10}Welcome to the integral system, you at present have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/2}|{FCOLOR/12}I may help you to beautify your jewellery, Each time Costs 200 Integrals!{FCOLOR/12}\
{FCOLOR/12}You must be wearing the jewellery you wish to beautify!{FCOLOR/12}\
{FCOLOR/12}Please chooses which jewellery you wish to beautify!{FCOLOR/12}\\
<[ Necklace ]/@BeautyDesc(3)>{FCOLOR/12}\
<[ Bracelet(L)]/@ClearBad(5)>             <[ Bracelet(R) ]/@ClearBad(6)>{FCOLOR/12}\
<Ring(L) ]/@BeautyDesc(7)>             <[ Ring(R) ]/@BeautyDesc(8)> {FCOLOR/12}\\
<[ Return ]/@main>{FCOLOR/12}\\

[@BeautyDesc()]
#ACT
   mov  D0  %ARG(1)
   
#IF
   checklevel 40
   HLSCRIPTCMD CHECKPOINT 200
   HLSCRIPTCMD CHECKISTAKEITEM %D0  
#ACT
   HLSCRIPTCMD SETPOINT - 200
   HLSCRIPTCMD ITEMREMAKEEQU %D0 8 1
#SAY
Your choosen jewellery beautified successfully!\
My craftsmanship is also good, feeling very dizzy ^_^\
<Exit/@exit>
#elsesay
Your integral is insufficient, you have {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Left.\
Or your rank is Below Level 40\
Or the Space you choosen was empty.\
<Return/@main>
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;