; ===================================
; QGO Market Def NPC File : 9Ega-B136
; Gambling House - Dark Room (36th)
; -----------------------------------
; 6 July 2003 (Xerxes)
;   - Added New text
; ===================================
[@main]  
#IF
	equal p9 0
#ACT
	goto @main-1
	BreakTimeRecall 
	break

#IF
	equal p9 9
#ACT
	goto @quit
	BreakTimeRecall 
	break



; -----------------------------------
[@main-1]
#IF
#ACT
	mov p9 0
#SAY
		;! <$USERNAME>.\
		;̹  36°,  Դϴ. \
		;     ʴ Ȧ   \
		;ѷ׿ ֽϴ.     ӵ, \
		;  ̿ϼż    ñ ٶϴ. \
		; ð 5 帳ϴ. 5   ؼ ʽÿ \ \ 
;-------------NEW TEXT-------------------
Welcome, <$USERNAME>, to the 36th room!\
I will send you to the Ma-Bang-Jin Dark room, which is surrounded\
by darkness, like an infinite black hole. It is so dark there,\
that you cannot see anything; you will, therefore, need to use\
your instincts and sixth sense to complete this task. You have\
5 minutes to do so, my friend; good luck!\\
;-----------END NEW TEXT-----------------
		;<  /@next>
<Continue/@next>



; -----------------------------------
[@next]
#IF
#ACT
	mov p9 9
	TimeRecall 5
	map T1361

; -----------------------------------
[@quit]
#IF
#ACT
	map B011

