{
;Inside buildings we teleport to location

[@main3]
#IF
ISUNDERWAR
#SAY
Teleports are not available during wars.\\
#ELSESAY
<Sabuk Palace/@Teleport(n3,618,271)>\
<Clothing Shop/@Teleport(n3,665,281)>\
<Weapons Shop/@Teleport(n3,630,320)>\
<Refine/@Teleport(n3,638,312)>\
<Essentials Shop(Scrolls, Poisons)/@Teleport(n3,679,298)>\
<Potions Shop(Scrolls, Poisons)/@Teleport(n3,671,305)>\
<Accessorys(Rings,Braces,Necklaces)/@Teleport(n3,671,273)>\
<Storage/@Teleport(n3,648,329)>\
<Back/@Main> <Leave/@Exit>\ \

[@Teleport]
#IF
#ACT
MAPMOVE <$STR(T0)> <$STR(T1)> <$STR(T2)>

}