;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@main]
#say
To begin Master/Student Bonding, each side has to type:\
Student Types @accept to allow been taught\
Master  Types @receive + Student Name to be the Teacher.\\
 <Finish Student/@zcsm>\
 <Finish Master/@bpsm>\
 <Buy MasterTeleport Scrolls/@buystl>\
 <Exit/@exit>


[@bpsm]
#if 
HLSCRIPTCMD CHECKSTFLAG 2
#act
HLSCRIPTCMD UNSTUDENT
#elsesay
You have not now acknowledged as teacher... \
<Exit/@main>


[@zcsm]
#if 
HLSCRIPTCMD CHECKSTFLAG 1
#act
HLSCRIPTCMD UNSTUDENT
#elsesay
You now do not have the apprentice...\
<Exit/@main>






[@buystl]
#if
checkgold 1000
#act
take Gold 1000
give MasterTeleport
#say
You purchased priests and disciples mutually to fly the volume, double-clicked then flies to nearby yours skilled worker or the apprentice\
<Exit/@exit>
#elsesay
You DOnt have enough Gold to buy one of these.\
<Exit/@exit>



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;