[@main]
#SAY
Anyone who wants to go to the Mainland, Please board\
The ship will depart shortly.\ \
<Pay 2000 Gold and Board/@go>\
<Talk/@talk>

[@go]
#IF
checkgold 2000
#ACT
mapmove 0 252 674
take gold 2000
#ELSEACT
goto @nocash

[@nocash]
#SAY
You do not have enough money.\
Please check how much you have and come back.\ \
<Exit/@exit>

[@talk]
#IF
random 2
#ACT
goto @talk2
#ELSEACT
goto @talk3

[@talk2]
#SAY
Recently, many people have left their home due to attacks\
from monsters. I'm so worried...\ \
<Main/@main>

[@talk3]
#SAY
My ship might look old but she hasn't had one single accident\
in over 30 years.\ \
<Main/@main>