; ===================================
; QGO Market Def NPC File : 9Ega-B138
; Gambling House - Ratflock (38th)
; -----------------------------------
; 6 July 2003 (Xerxes)
;   - Added New text
; ===================================
[@main]
#IF
#ACT
	goto @main-1
	BreakTimeRecall 
	break


; -----------------------------------
[@main-1]
#IF
	check [799] 0
#ACT
	goto @main-2
	BreakTimeRecall
#ELSESAY
		; 10е NPC   Ͻ ϼ̱ \
		; ɷ ǽɽϴ. \ 
		;ٽ ó   ּ. \ \
;-------------NEW TEXT-------------------
You have failed in your task, and could not save the person\
from the rats within the allotted time... I am not convinced\
of your abilities to continue, you must go back to start all\
over again.\\
;-----------END NEW TEXT-----------------
		;<  /@quit>
<Leave the Game/@quit>


; -----------------------------------
[@main-2]
#IF
#SAY
		;! <$USERNAME>.\ 
		;̹  38°Դϴ. \
		; ̵ Ű  ø NPC   \
		;ް ֽϴ.    10 ̳ \
		;NPC  ֽʽÿ. \ \
;-------------NEW TEXT-------------------
I am so glad to see you here, <$USERNAME>!\
In case you didn't know, this is the 38th Ma-Bang-Jin room\
and I implore you to save my friend from a swarm of giant\
rats that are attacking him! I will send you there, but you\
only have 10 minutes to save him! Please hurry!!\\
;-----------END NEW TEXT-----------------
		;<  /@race>
<I will save him/@race>


; -----------------------------------
[@Quit]
#IF
#ACT
	SET [799] 0
	map B011


; -----------------------------------
[@race]
#IF
	checkhum T138 1
#SAY
		; ٸ   ް ʴϴ.  ٷ ֽʽÿ \ \
;-------------NEW TEXT-------------------
Another player is attempting this task for me; please\
wait a little while.\\
;-----------END NEW TEXT-----------------
		;<  /@exit> 
<Continue/@exit>

#ELSEACT
	goto @next


; -----------------------------------
[@next]
#IF
#ACT
	SET [799] 1
	Monclear T138
	Param1 T138
	Param2 10
	Param3 20
	MonGen BigRat 4 20
	TimeRecall 10
	map T138

