{
;Outside Buildings we walk
[@main2]
<Help NPC/@move(BichonProvince,287,616)> <287 616>\
<Meat Shop/@move(BichonProvince,297,602)> <297 602>\
<Clothing Shop/@move(BichonProvince,301,606)> <301 606>\
<Weapons Shop/@move(BichonProvince,293,614)> <293 614>\
<Book Shop/@move(BichonProvince,284,638)> <284 638>\
<Essentials Shop(Potions, scrolls, ect)/@move(BichonProvince,290,608)> <290 608>\
<Workshop(Crafting, Rings, Braces, Necklaces)/@move(BichonProvince,302,621)> <302 621>\
<Warehouse(Storage)/@move(BichonProvince,307,628)> <307,628>\
<TrustMerchant/@move(BichonProvince,291,620)> <291 620>\
<Teleport/@move(BichonProvince,285,605)> <285 605>\ \
<Back/@Main> <Leave/@Exit>\ \

;Inside buildings we teleport to location
[@main3]
<Help NPC/@HelpMove>\
<Meat Shop/@MeatMove>\
<Clothing Shop/@ClothMove>\
<Weapons Shop/@WeaponMove>\
<Book Shop/@BookMove>\
<Essentials Shop(Potions, scrolls, ect)/@PotMove>\
<Workshop(Crafting, Rings, Braces, Necklaces)/@WorkshopMove>\
<Warehouse(Storage)/@StorageMove>\
<TrustMerchant/@TrustMerchantMove>\
<Teleport/@TeleportMove>\ \
<Back/@Main> <Leave/@Exit>\ \

[@TeleportMove]
#IF
#ACT
mapmove n0 285 606
close

[@HelpMove]
#IF
#ACT
mapmove n0 287 617
close

[@MeatMove]
#IF
#ACT
mapmove n0 297 603
close

[@ClothMove]
#IF
#ACT
mapmove n0 299 606
close

[@WeaponMove]
#IF
#ACT
mapmove n0 293 615
close

[@BookMove]
#IF
#ACT
mapmove n0 284 639
close

[@PotMove]
#IF
#ACT
mapmove n0 290 610
close

[@WorkshopMove]
#IF
#ACT
mapmove n0 302 622
close

[@StorageMove]
#IF
#ACT
mapmove n0 307 629
close

[@TrustMerchantMove]
#IF
#ACT
mapmove n0 291 619
close
}