%100
+5
+6
+43

; -----------------------------------------------
; QGO - commented out reference to @quest re flag
; -----------------------------------------------
[@main]
#IF
checkpkpoint 2
#SAY
I don't want to do business with a delinquent person like you.. \ \
<Close/@exit>
#ELSEACT
goto @main-1


[@main-1]
Welcome.  Thanks for dropping in.\ \
<Buy/@buy> weapon\
<Sell/@sell> weapon\
<Repair/@repair> weapon\
; --------------------------
;<Have/@QUEST>a conversation\
; --------------------------
<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, who 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
;;;ڳ   5  ʾұ.. õõ ɷ  \
;;You didn't reach level 5 yet... Increase your level slowly \
;;;Űð..  ڳװ  5̻ ɶ  ٸ.. \ \
;;I'll wait until you are level 5..\ \
;;;<  /@exit>
;;<Close/@exit>
;;[@Q704_1]
;;#IF
;;#SAY 
;;;<$USERNAME>,ڳ  5 Ű.. \
;; <$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..\ \
;;;< /@exit>
;;<Close/@exit>
;;#ACT
;;SET [755] 1
;;give BronzeSword 1
;;[@Q703]
;;#IF
;;checklevel 3
;;#SAY
;;;<$USERNAME>, ȳϽŰ? ׷ ̴Կ   Դٰ? \
;;<$USERNAME> , Hi? Helper advised you to be here? didn't he \
;;; ڳ  Ź  ڳ ɷ Ű  ɼ.. \
;;Well what I ask you is just increasing your level.. \ 
;;;ڳ  5 Ű ð.. \ \
;;Come here again after you reach just leve 5.. \ \
;;;Ź <³Ѵ/@exit> \
;;<Accept/@exit>request \
;;;Ź  <ʴ´/@Q703_2>
;;<Refuse/@Q703_2>request
;;#ACT
;;SET [754] 1
;;#ELSESAY
;;;<$USERNAME>, ȳϽŰ? ׷ ̴Կ   Դٰ? \
;;<$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.. \
;;;ڳ  3̻ ø   ׷ ٽ  ְڳ \
;;Come here again after you reach just leve 3, \
;;then I'll tell you something \
;;;׷   \ \
;;Well good luck \ \
;;;<  /@exit>
;;<Close/@exit>
;;[@Q703_2]
;;#IF
;;#SAY
;;;׷  ȸ   ְ.. ߿ ٽ 鸮.. \ \
;;Well,Please don't refuse my request next time definitely..\
;;see you again..\ \
;;;<  /@exit>
;;<Close/@exit>
;;[@normal]
;;#IF
;;#SAY
;;;<$USERNAME> ̸ 迡    ˰ ֳ. \
;;<$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\ \
;;;<  /@exit>
;;<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>

[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

