[@main]
#IF
checklevel 100
#ACT
Mov  A1 ""
#SAY
Hello, please choose a language.\
<[ English ]/@english>\
<[ German ]/@german>\\
<[ Exit ]/@exit>\\\
#ELSESAY
Sorry but you're not at rebirth level yet.\
\
Please come back when you're at level 100!\
\
<[ Exit ]/@exit>\\\

[@english]
#SAY
Would you like to be reincarnated?\\
{FCOLOR/1}PLEASE BE AWARE!!{FCOLOR/10}\
ALL Items you are wearing will be deleted!\\
<[ Yes Please! ]/@yenglish>\
<[ Tell me more first! ]/@eabout>\\
<[ Exit ]/@exit>\\\

[@yenglish]
#IF
CheckLevel 100
#ACT
Goto @ReincarnationScript
#ELSESAY
You haven't reached the Reincarnation level yet!\\
<[ Exit ]/@exit>\\\

[@eabout]
#SAY
Once you have been reincarnated you will return to level 1\
and you have an additional 20 points on EVERY Stat.\
You have kept all your skills, but just be aware\
that some won't work as you won't have enough MP.\\
<[ Exit ]/@exit>\\\


[@german]
#SAY
{GERMAN}Would you like to be reincarnated?\\
{GERMAN}{FCOLOR/1}PLEASE BE AWARE!!{FCOLOR/10}\
{GERMAN}ALL Items you are wearing will be deleted!\\
{GERMAN}<[ Yes Please! ]/@ygerman>\
{GERMAN}<[ Tell me more first! ]/@gabout>\\
{GERMAN}<[ Exit ]/@exit>\\\

[@ygerman]
#IF
CheckLevel 100
#ACT
Mov  A1 "German"
Goto @ReincarnationScript
#ELSESAY
{GERMAN}You haven't reached the Reincarnation level yet!\\
{GERMAN}<[ Exit ]/@exit>\\\

[@gabout]
#SAY
{GERMAN}Once you have been reincarnated you will return to level 1,\
{GERMAN}and you have an additional 20 points on EVERY Stat.\
{GERMAN}You have kept all your skills, but just be aware\
{GERMAN}that some won't work as you won't have enough MP.\\
{GERMAN}<[ Exit ]/@exit>\\\

[@ReincarnationScript]
#IF
Gender  Man
#ACT
GiveW  0  NoobDress(M)
#ELSEACT
GiveW  0  NoobDress(F)


#IF
#ACT
HLSCRIPTCMD REINCARNATION
HLSCRIPTCMD CHANGELEVEL - 99
HLSCRIPTCMD CLEAREXP
GiveW  5  NoobBrace
GiveW  6  NoobBrace
GiveW  8  NoobRing
GiveW  4  NoobHelm
GiveW  10 StrawShoes
GiveW  3  NoobNecky
GiveW 1  NoobSword

#IF
Equal A1 "German"
#SAY
{GERMAN}You have been REINCARNATED!\\
{GERMAN}<[ Exit ]/@exit>\\\
#ELSESAY
You have been REINCARNATED!\\
<[ Exit ]/@exit>\\\
