[@Main]
#SAY
Hello, I am the challenger. I will be guiding the people of Level 1~30.
The arena is a place to test your own power only
so summoned mobs are prohibitied to be used. The fee is 3000 Gold.
Time Limit is 2 hours. I hope you will pass all stages and
go home safely.

Pay 3000 Gold <and challenge./@start>
<Return to/@tavern> the tavern.
<Let me think some more/@Exit>

[@tavern]
#ACT

Move 0101 6 9

[@start]
#IF
LEVEL > 31
CHEKGOLD 3000
#ACT
TAKEGOLD 3000
#SAY
Your level is to high to fight here.

<Close/@Exit>

#ELSEACT

SET [500] 1
SET [501] 0
SET [502] 0
SET [503] 0
SET [504] 0
SET [505] 0
SET [506] 0
SET [507] 0
SET [508] 0
SET [509] 0
SET [510] 0
SET [511] 0
SET [512] 0
SET [513] 0
SET [514] 0
SET [515] 0
SET [516] 0
SET [517] 0
SET [518] 0
SET [519] 0
SET [520] 0
GOTO @moveroom1

[@busy]
#SAY
There is already someone challenging.
Please come back later.

<Exit/@Exit>

[@moveroom1]
#IF
#ACT
TIMERECALL 120
Move EM001 13 16
#ELSESAY
You dont have the 3000 Gold entrance fee.
or there is someone else challenging.

<Close/@Exit>





