; ===================================
; Npc Def NPC File : Chief
; Dungeon Teleport npc in
; -----------------------------------
; Name: Chief
; Job: 
; Map No:
; Pos X 
; Pos Y 
; File name: *removed*
; Comment: Dungeon Teleport npc

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

[@Main]
I'm in charge of the transport system in the entire region.
Unlike other transporters, I can even take you
to many hunting fields where brave people usually adventure,
so tell me if there's a particular place where you want to go.
Of course, I will send you there free of any charge.

<Tell/@next1> me to which field you want to go.
I will be back <later/@Exit>

[@next1]
Select the region where the hunting field is located.

Dungeon of[<Bichon Province/@bichon>] region
Dungeon of[<Mongchon Province/@mongchon>] region
Dungeon of[<Tao Village/@taovillage>] region
Dungeon of[<Castle Gi-Ryoong/@castlegi>] region
Dungeon of[<Prajna Island/@prajna>] region

I will make use of it <later./@Exit>

[@bichon]
Select a hunting field you wish to move to.
<Oma Cave/@omacave>	  <Oma Natural Cave/@omanat>
<Bichon Dead Pit/@bwmine>

I will move to <other place./@next1>

[@mongchon]
Select a hunting field you wish to move to.
<Death Valley/@bugcave>	  <Zuma Temple/@zumatemple>
<Angled Stone Tomb/@stonetomb>     <Connection Cave/@conncave>

I will move to <other place./@next1>

[@taovillage]
Select a hunting field you wish to move to.
<Insect Cave/@insectcave>	  <Wooma Temple/@woomatemple>
<Mineral Mine/@mineralmine>      <Red Valley/@spidercave>

I will move to <other place./@next1>

[@castlegi]
Select a hunting field you wish to move to.
<Black Dragon Dungeon/@bddungeon>

I will move to <other place./@next1>

[@prajna]
Select a hunting field you wish to move to.
<Prajna Cave/@prajnacave>	  <Prajna Stone Cave/@prajnastonecave>
<Prajna Temple/@prajnatemple>

I will move to <other place./@next1>

[@omacave]
#IF
#ACT
Move 0 142 38

[@omanat]
#IF
#ACT
Move 0 47 113

[@bwmine]
#IF
#ACT
Move D401

[@bugcave]
#IF
#ACT
Move 3 141 91

[@zumatemple]
#IF
#ACT
Move D501

[@stonetomb]
#IF
#ACT
Move 3 298 338

[@conncave]
#IF
#ACT
Move D701

[@insectcave]
#IF
#ACT
Move D2041

[@woomatemple]
#IF
#ACT
Move D022

[@mineralmine]
#IF
#ACT
Move D2031

[@spidercave]
#IF
#ACT
Move D10011

[@bddungeon]
#IF
#ACT
Move 4 61 71

[@prajnacave]
#IF
#ACT
Move D2051

[@prajnastonecave]
#IF
#ACT
Move D2061

[@prajnatemple]
#IF
#ACT
Move D2071
