; ===================================
; QGO Market Def MOB File - 9Ega-0101
; BW Tavern - Entry to Gambling House
; -----------------------------------
; 4 July 2003 (Xerxes)
;   - Added New text
; ===================================
[@main]
		;ȳϽʴϱ?    ϰ ʴϱ? \ \

; ===================================
; check for player level >= 21
; <<TEST = make >46
; ===================================
#IF
	checklevel 21
;	checklevel 46
#SAY
;-------------NEW TEXT-------------------
Hello! Would you like to try your luck and enter\
my Ma-Bang-Jin gambling establishment?\\
;-----------END NEW TEXT-----------------
		;<̷η  ./@pre> \
		;<   ʴ´./@exit>
<Go into the /@pre>Ma-Bang-Jin Maze \
<Not today, thanks/@exit>

#ELSESAY
;-------------NEW TEXT-------------------
Sorry but the Bichon Wall Administration will not\
allow players below level 21 to enter Ma-Bang-Jin.\\
;Sorry, but the Bichon Wall Administration have not\
;yet provided us with a Gambling Licence... please\
;come back another time.\\
<Goodbye/@exit>
;-----------END NEW TEXT-----------------


; -----------------------------------
[@pre]
#IF
	random 3
#ACT
	mapmove B010 17 17
	break
; --------------------
#IF
	random 3
#ACT
	mapmove B010 17 61
	break
; --------------------
#IF
	random 3
#ACT
	mapmove B010 67 31
	break
; --------------------
#ELSEACT
	goto @pre

