; ===================================
; QGO Market Def NPC File : 9Ega-B126
; Gambling House - Windy Room 5 (26th)
; -----------------------------------
; 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> \  
		;̰  26°, ٶǹԴϴ \
		; 16°  ̵ ϽǼ ִ  \
		;ɸ̽ϴ. \ \
;-------------NEW TEXT-------------------
Welcome to the fifth Windy room, <$USERNAME>!\
This is the 26th Ma-Bang-Jin room, and unfortunately\
there is only one movement for you to take from here.\
You must move back to the 16th room to continue your\
gambling experience.\\
;-----------END NEW TEXT-----------------
		;<  /@move>
<Continue/@move>


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


; -----------------------------------
[@move]
#IF
	checkitem GambleChip 1
#ACT
	batchDelay 1
	addbatch B125
	addbatch B124
	addbatch B123
	addbatch B122
	addbatch B121
	addbatch B120
	addbatch B119
	addbatch B118
	addbatch B117
	addbatch B116
	batchmove
#ELSESAY
		;<$USERNAME>, а Ѱ ó׿. \  
		;  ϱ ؼ а ʿ ϰŵ \  
		; а  ̻  Ҽ ׿.. \  
		;а غ ǰŵ ٽ .. \ \ 
;-------------NEW TEXT-------------------
Oh dear, <$USERNAME>, you don't seem to have any gambling\
chips left... You cannot continue without them. Please return\
when you have acquired some more!\\
;-----------END NEW TEXT-----------------
		;<  /@Quit>
<Leave the Game/@Quit>

#ELSEACT
	mov p9 9

