;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@MagLevel]
{
#if
#say
My here may give your evil spirit law skill promotes to four fifth  grade\
{FCOLOR/10}This service needs 500 integrals{FCOLOR/12}\
<I must promote skill/@StartMagLevel>
#ELSESAY
This function needs the rank {FCOLOR/10}35{FCOLOR/12} Only then may use!\
<Return/@main>

[@StartMagLevel]
#IF
#SAY
{FCOLOR/10}Please inputs the evil spirit law skill name which you must promote:{FCOLOR/12}\
<Promotes to four levels of evil spirits law skill name/@@InputMagName1>\
<Promotes to the fifth grade evil spirit law skill name/@@InputMagName2>\
<Return/@main>\


[@@InputMagName1]
#ACT
  MOV        A4       %INPUTSTR
  goto @rinimabugei1

[@@InputMagName2]
#ACT
  MOV        A5       %INPUTSTR
  goto @rinimabugei2


[@rinimabugei1]
#if
  CHKMAGICLEVEL %A4 3
  HLSCRIPTCMD CHECKPOINT 500
#act
  HLSCRIPTCMD SETPOINT - 500 
  HLSCRIPTCMD CHANGEMAGLEVEL %A4 4
#SAY
The evil spirit law skill rank promotes successfully, your integral  also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points\
<Return/@main>\

#ELSESAY
The execution defeat, has the wrong possible reason:\
1.Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12}Points.\
2.You have Input Skill Name Wrong.\
3.Skill not Levelled to 3 yet.\

[@rinimabugei2]
#if
  CHKMAGICLEVEL %A5 4
  HLSCRIPTCMD CHECKPOINT 500
#act
  HLSCRIPTCMD SETPOINT - 500 
  HLSCRIPTCMD CHANGEMAGLEVEL %A5 5
#SAY
The evil spirit law skill rank promotes successfully, your integral  also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12} Points\
<Return/@main>\

#ELSESAY
The execution defeat, has the wrong possible reason:\
1.Your integral is insufficient, but also remains {FCOLOR/1}<$HLPOINT>{FCOLOR/12}Points.\
2.You have Input Skill Name Wrong.\
3.Skill not Levelled to 3 yet.\

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