;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@JifenFreePk]
{
#say
___{FCOLOR/10}Hello!  Welcome to use the integral system, you at present also have {FCOLOR/10}<$HLPOINT> Integral{FCOLOR/12}\\
{FCOLOR/10}Wants clear red?{FCOLOR/12}\
{FCOLOR/10}{FCOLOR/10}100 integrals may eliminate 100 pk value!{FCOLOR/12}{FCOLOR/12}\\
<[ Clear 100 PK Points ]/@StartClearPK> {FCOLOR/12}\\
<[ Return ]/@main> {FCOLOR/12}\\

[@StartClearPK]
#IF
checkpkpoint 2
#SAY
Wants clear red?\
{FCOLOR/10}This service needs the integral oh!{FCOLOR/12}\
{FCOLOR/10}100 integrals may eliminate 100 pk value!{FCOLOR/12}\
<Clear 100 PK Points/@clear100pk>\   
<Return/@main>
#elsesay
{FCOLOR/12}Your not red, needs not to eliminate.{FCOLOR/12}\
<Exit/@exit>


[@clear100pk]
#IF
HLSCRIPTCMD CHECKPOINT 100
#ACT
HLSCRIPTCMD SETPKPOINT - 100
HLSCRIPTCMD SETPOINT - 100   
#SAY
{FCOLOR/10}Already eliminated 100 PK value.{FCOLOR/12}\
You at present the integral is: {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points\
<Continues to eliminate/@clear100pk>\
<Return/@main>
#elsesay
Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points\
<Return/@main>

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