; ===================================
; Npc Def NPC File : Jason-0
; Town Teleport npc in BichonProvince
; -----------------------------------
; Name: Jason
; Job: 
; Map No: 0
; Pos X 
; Pos Y 
; File name: *removed*
; Comment: Town Teleport npc in BichonProvince

;================================================= =
;

[@main]
#IF
checkpkpoint 2
#SAY
I will never teleport such an evil person as you!\ \
<Ok/@exit>
#ELSEACT
goto @main-1

[@main-1]
#IF
CHECKLEVEL 50
#ACT
goto @level50check
break
#ELSEACT
goto @main-2
break

[@level50check]
#IF
CHECK [193] 1
#ACT
goto @main-2
break

#IF
CHECK [192] 1
#ACT
goto @level50next3
break

#IF
CHECK [191] 1
#ACT
goto @level50next3
break

#IF
CHECK [190] 1
#ACT
goto @level50next2
break

#ELSEACT
goto @level50next
break

[@level50next]
#SAY
Wow, the mighty hero has come.\
Do you know Khera who lives in the Mongchon province\
by any chance?\
Her cooking skills are so good that Butcher Kim of\
Bichon province is desperate to learn her skills.\ \
<Is she the lady/@level50next1> in red dress?

[@level50next1]
#SAY
Precisely!\
I've heard that her husband gave the dress to her as a present.\
As a matter of fact... It has been already 20 years since\
her husband disappeared. At the time, it was quite\
big news since a newlywed husband had disappeared all of a\ 
sudden without a trace.\
It was the talk of the whole continent.\
<Perhaps I should find Khera/@level50next2>

[@level50next2]
#ACT
SET [190] 1
#SAY
If by chance you get to go to Mongchon Province,\
Give Khera my best regards.\ \ \
<I should go see her./@exit>

[@level50next3]
#ACT
SET [192] 1
#SAY
Khera asked about me? Wow... I knew she had turned into an old lady.\
But i once had secret feelings about her...\
I can still see her sweet smile... If it only wasn't for 'the man'...\ \
Hmph!! Anyway, the Butcher Kim seems to be working on\
something these days. Why dont you give her a visit?\ \
<I should go find out/@exit>

[@main-2]
 Hello I'm Jason, the wandering warrior.\
 I transport men and goods to other places\
 fast and safe. Just pay the fee\
 then i'll escort you to anywhere.\ 
 So what do you say?\ \
 <I'll use the service/@tele>\
 <Maybe next time/@exit>\

[@tele]
 Now which place you wanna go?\ \

 <Border Village(500 gold)/@move1>\
 <Ginko Tree Valley(500 gold)/@move2>\
 <Serpent Valley(500 gold)/@move3>\
 <Tao School(1000 gold)/@move4>\
 <CastleGi-Ryoong(1000 gold)/@move5>\
 <Mongchon Province(1000 gold)/@move6>\

 <Maybe next time/@exit>\ 

[@move1]
#IF
checkgold 500
#ACT
take gold 500
mapmove 0 289 617
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

[@move2]
#IF
checkgold 500
#ACT
take gold 500
mapmove 0 635 613
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

[@move3]
#IF
checkgold 500
#ACT
take gold 500
mapmove 2 500 485
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

[@move4]
#IF
checkgold 1000
#ACT
take gold 1000
mapmove 11 164 337
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

[@move5]
#IF
checkgold 1000
#ACT
take gold 1000
mapmove 4 264 257
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

[@move6]
#IF
checkgold 1000
#ACT
take gold 1000
mapmove 3 361 342
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
