;;Ҫɾ

[@TeleporterMain2]
{
#ACT
DelayGoto [Local] 3 @Move_Sabuk_Wait
#SAY
{FCOLOR/10}Please Wait...{FCOLOR/12}\

[@Move_Sabuk_Wait]
#ACT
Mapmove 3 222 120
Break

;----------------------------------

[@TeleporterMain1]
#SAY
Where would you like to go?\\
<Town/@town>\
<Leveling Area/@Levelingarea>\\
<Leave/@exit>

[@town]
#SAY
What town do you wish to move to?\\
<Bichon Wall/@Teleport(0,139,262,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<Phantom Forest/@Teleport(1,139,207,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<Prajna Village/@Teleport(2,193,157,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<Numa Village/@Teleport(4,201,151,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<Mud Wall/@Teleport(5,63,196,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
;<Sabuk Wall West/@Teleport(3,51,222,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<Past Bichon/@Teleport(10,352,342,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\
<SnowFields/@Teleport(8,128,175,5000)> Cost: {FCOLOR/10}5000gold{FCOLOR/12}\\
<Back/@Main>\

[@Levelingarea]
#IF
!CheckPKPoint 2
#SAY
What area do you wish to move to?\\
<Natural Cave/@Teleport(D101,131,174,500)> Cost: {FCOLOR/10}500gold{FCOLOR/12}\
<Flea Cave/@Teleport(D301,84,237,800)> Cost: {FCOLOR/10}800gold{FCOLOR/12}\
<Dead Pit/@Teleport(D201,56,286,1000)> Cost: {FCOLOR/10}1,000gold{FCOLOR/12}\
<Ant Colony/@Teleport(D401,187,178,1200)> Cost: {FCOLOR/10}1,200gold{FCOLOR/12}\
<Wooma Temple/@Teleport(D501,363,369,1500)> Cost: {FCOLOR/10}1,500gold{FCOLOR/12}\
<South Prajna Valley/@Teleport(D004,100,21,1800)> Cost: {FCOLOR/10}1,800gold{FCOLOR/12}\
<Death Valley/@Teleport(D801,147,231,2100)> Cost: {FCOLOR/10}2,100gold{FCOLOR/12}\
<Stone Temple/@Teleport(D701,40,209,2400)> Cost: {FCOLOR/10}2,400gold{FCOLOR/12}\
<Prajna Stone Cave/@Teleport(D601,132,167,2700)> Cost: {FCOLOR/10}2,700gold{FCOLOR/12}\
<Illusion Woods/@Teleport(D001,183,20,3000)> Cost: {FCOLOR/10}3,000gold{FCOLOR/12}\
<Red Moon Valley/@Teleport(D901,320,322,3400)> Cost: {FCOLOR/10}3,400gold{FCOLOR/12}\
<Desert/@Teleport(D002,169,34,3700)> Cost: {FCOLOR/10}3,700gold{FCOLOR/12}\ \
<More/@nextareas1>\
<Leave/@exit>
#ELSESAY
hmmm u must be <$USERNAME>,\
I am very sorry but Vamp has given me strick orders\
He told me "<$USERNAME>" Must not be allowed to\
have the advantages of his teleport service...\
You must now run to your hunting destination...\\
<Leave/@Exit>

[@nextareas1]
#SAY
What area do you wish to move to?\\
<Prajna Temple/@Teleport(D1001,23,149,4100)> Cost: {FCOLOR/10}4,100gold{FCOLOR/12}\
<Zuma Temple/@Teleport(D1101,47,71,4300)> Cost: {FCOLOR/10}4,300gold{FCOLOR/12}\
<Phantom Forest North/@Teleport(D003,138,212,4500)> Cost: {FCOLOR/10}4,500gold{FCOLOR/12}\
<Black Palace/@Teleport(D1301,125,111,4800)> Cost: {FCOLOR/10}4,800gold{FCOLOR/12}\
<Jinchon Dungeon/@Teleport(D1200,270,352,5200)> Cost: {FCOLOR/10}5,200gold{FCOLOR/12}\
<Magic Ship/@Teleport(D1401,46,61,5500)> Cost: {FCOLOR/10}5,500gold{FCOLOR/12}\
<Numa Ruins/@Teleport(D1501,354,256,5700)> Cost: {FCOLOR/10}5,700gold{FCOLOR/12}\
<Desert Tunnel/@Teleport(D2001,279,273,6000)> Cost: {FCOLOR/10}6,000gold{FCOLOR/12}\ \
<Leave/@exit>
;--------------------------------------------

[@Teleport()]
#IF
#ACT
Mov A1{MAP} %ARG(1)
Mov A2{X} %ARG(2)
Mov A3{Y} %ARG(3)
Mov A4{COST} %ARG(4)
goto @move

[@move]
#IF
checkgold %A4{COST}
#ACT
give TownTeleport 1
take gold %A4{COST}
mapmove %A1{MAP} %A2{X} %A3{Y}
close 

;--------------------------------------------

}

;;Ҫɾ