; ===================================
; Market Def NPC File : 8Ega-B136
; Darknessroom
; -----------------------------------
; Name: GambleWoman
; Job: 
; Map No: B136
; Pos X 10
; Pos Y 6
; File name: *removed*
; Comment: Darknessroom

;================================================= =
;

[@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
Welcome <$USERNAME>\
Welcome to room 36, the dark room.\
Inside is a maze, you get 5 minutes to solve it\
You must solve the maze to progress\
Good Luck\ \
<Move/@next>

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

[@quit]
#IF
#ACT
map B011

