;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenDye]
{
#ACT
mov  D1 ""
mov  D2 ""
mov  D3 ""
#if
checklevel 40
#say
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/10}This service needs 10 integrals{FCOLOR/12}\
{FCOLOR/12}Please the clothes which must dye puts on on the body {FCOLOR/12}\\
{FCOLOR/12}<[ I must dye clothes ]/@ʼʹȾɫ>{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}This function needs the rank {FCOLOR/10}40{FCOLOR/12} The level only then may use!{FCOLOR/12}\\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\

[@ʼʹȾɫ]
#IF
#SAY
In Windows paint brush from definition color in examination color {FCOLOR/14}RGB{FCOLOR/12}Three values\
{FCOLOR/14}Please first inputs the color which you wants:{FCOLOR/12}\\
Input R Value {FCOLOR/1}<$OUTPUT(D1)>{FCOLOR/12} <R Value (0-255)/@@Rֵ>\
Input G value {FCOLOR/10}<$OUTPUT(D2)>{FCOLOR/12} <G Value (0-255)/@@Gֵ>\
Input B Value {FCOLOR/11}<$OUTPUT(D3)>{FCOLOR/12} <B Value (0-255)/@@Bֵ>\\
{FCOLOR/14}Above inputs the RGB value satisfaction the speech please selects the  here, like does not input the color is the black{FCOLOR/12}\
<Starts to dye/@㶨>\\
<Return/@main>\\

[@@Rֵ]
#ACT
   mov  D0  %INPUTSTR
#IF
  elarge D0 256
#SAY
Please inputs the value between 0-255!
#act
break

#IF
  small D0 0
#SAY
Please inputs the value between 0-255!
#act
break

#IF
#act
  mov D1 %D0
SysMsg  "The R value is <$OUTPUT(D1)>, If Complete please Dye."
goto @Ⱦɫ
break

[@@Gֵ]
#ACT
   mov  D0  %INPUTSTR
#IF
  elarge D0 256
#SAY
Please inputs the value between 0-255!
#act
break
#IF
  small D0 0
#SAY
Please inputs the value between 0-255!
#act
break
#IF
#act
  mov D2 %D0
SysMsg  "The G Vlaue is <$OUTPUT(D2)>, If Complete please Dye."
goto @Ⱦɫ
break

[@@Bֵ]
#ACT
   mov  D0  %INPUTSTR
#IF
  elarge D0 256
#SAY
Please inputs the value between 0-255!
#act
break
#IF
  small D0 0
#SAY
Please inputs the value between 0-255!
#act
break
#IF
#act
  mov D3 %D0
SysMsg  "The B Value is <$OUTPUT(D3)>, If Complete please Dye."
goto @Ⱦɫ
break

[@㶨]
  #act
          Delaygoto [local] 5 @ȾȾ
  #say
_{FCOLOR/10}Please Wait - the system is processing the data...{FCOLOR/12}\

[@ȾȾ]
  #IF
     HLSCRIPTCMD CHECKPOINT 10
  #ACT
   HLSCRIPTCMD SETPOINT - 10
   wearcolor %D3 %D1 %D2
#say
_{FCOLOR/10}Clothes dyes successfully!{FCOLOR/12}\\
_You spent {FCOLOR/10}10{FCOLOR/12} Integral.  You also surplus {FCOLOR/10}<$HLPOINT>{FCOLOR/12} Integrals.\\
_<Return/@main>
#ELSESAY
Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points. Please see GM for more.\
Or your rank insufficient 40 levels!\
<Exit/@exit>

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