%100
+5
+6
+43

[@main]
#IF
checkpkpoint 2
#SAY
I don't want to do business with a delinquent person like you.. \ \
<Close/@exit>

#ELSEACT
goto @main-1

; -----------------------------------------------
; QGO - commented out reference to @quest re flag
; -----------------------------------------------
[@main-1]
Welcome. Thanks for visiting.\ \
  <Buy/@buy> weapon\
  <Sell/@sell> weapon\
  <Repair/@repair> weapon\
; --------------------------
;<Have/@QUEST>a conversation\
; --------------------------
  <Help/@qweapon> about weapon\
  <Cancel/@exit>
<>

;; ------------
;;[@QUEST]
;;#IF
;;check [755] 1
;;#ACT
;;goto @Q705
;;break 
;;#IF
;;check [754] 1
;;#ACT
;;goto @Q704
;;break
;;#IF
;;check [753] 1
;;#ACT
;;goto @Q703
;;#ELSEACT
;;goto @normal
;;[@Q705]
;;Hurry up to go and see Helper, I heard that  \
;;he has something to talk to you \ \
;;  <Close/@exit>
;;[@Q704]
;;#IF
;;check [754] 1
;;checklevel 5
;;#ACT
;;goto @Q704_1
;;#ELSEACT
;;goto @Q704_2
;;[@Q704_2]
;;#IF
;;#SAY
;;You didn't reach level 5 yet... Increase your level slowly \
;;I'll wait until you are level 5..\ \
;;  <Close/@exit>
;;[@Q704_1]
;;#IF
;;#SAY 
;;<$USERNAME>,You got to level 5.. \
;;I'm glad to see you are growing up..\
;;Now, according to your growth, \
;;you must need a sword matching your ability. \
;;Here is a BronzeSword for you, \
;;which will help you to increase ability much more. \
;;Now, go and see helper again..\ \
;;  <Close/@exit>
;;#ACT
;;SET [755] 1
;;give BronzeSword 1
;;[@Q703]
;;#IF
;;checklevel 3
;;#SAY
;;<$USERNAME> , Hi? Helper advised you to be here? didn't he \
;;Well what I ask you is just increasing your level.. \ 
;;Come here again after you reach just leve 5.. \ \
;;  <Accept/@exit>request \
;;  <Refuse/@Q703_2>request
;;#ACT
;;SET [754] 1
;;#ELSESAY
;;<$USERNAME> , Hi? Helper advised you to be here? didn't he \
;;But I don't want to ask you something as your level is too low.. \
;;Come here again after you reach just leve 3, \
;;then I'll tell you something \
;;Well good luck \ \
;;  <Close/@exit>
;;[@Q703_2]
;;#IF
;;#SAY
;;Well,Please don't refuse my request next time definitely..\
;;see you again..\ \
;;  <Close/@exit>
;;[@normal]
;;#IF
;;#SAY
;;<$USERNAME> you know already a lot of about Mir world. \
;;I guess you can open a way toward your destination by yourself \
;;I think you don't need my help... good luck\ \
;;  <Close/@exit>

[@buy]
Which item would you like to buy?\ \ \
  <Back/@main>
[@sell]
Show me your weapon to be sold.\ \ \
  <Back/@main>
[@repair]
Would like to repair weapon? \
Show me your weapon that need it.\ \
  <Back/@main>
[~@repair]
It seems to be repaired well, see you next.\ \
  <Back/@main>


[@qweapon]
Weapons bought from store have some limits.\
Weapons acquired from monster occasionally have special powers.\
If you bring this special weapon to us we'll buy at higher price.\
Don't forget that weapon's price depend from its status:\
usually, higher the durability, \
higher will be its price\ \
  <Back/@main>

[goods]
WoodenSword		1000         1
BronzeSword     	1000         1
IronSword        	1000         1
ShortSword       	1000         1
Dagger           	1000         1
BronzeAxe		1000	     1
Trident			1000	     1
PowerAxe		1000	     1
SteelSword		1000	     1
PrinceSword 		1000	     1
MartialSword		1000	     1
EbonySword		1000	     1

