# gdkkru
$metka = $ARGS[0]
$loc = $CURLOC
frost = 0
gs'stat'
FColor = RGB(0,0,0)
BColor = RGB(255,255,255)
LColor = RGB(106,90,205)
'
The community center'
''
act 'Logout':gt'gdk'
if hour >= 12 and hour <= 20:
'Now the community center operate various circles.'
if krumonth=month and kruyear=year:
act'Going in a circle sewing':gt'krupo'
else
act'Going in a circle sewing':
cls
gs'stat'
'Sewing circle'
''
'You went in a circle, where just walking classes and teacher looking at you said, that circle surcharge, costs 500 ₽ a month, You can go to any number, You can never go, classes for another month is not transferred.'
if money>=500:
act'Checkout':
cls
money-=500
krumonth=month
kruyear=year
gs'stat'
'You tuition sewing circle.'
act'Escape':gt $curloc
end
end
act'Escape':gt $curloc
end
end
if chessmonth=month and chessyear=year:
act'Going in a circle of chess':gt'kruchess'
else
act'Going in a circle of chess':
cls
gs'stat'
'Chess Circle'
''
'You went in a circle, where the chess board decided the boy three studies under the guidance of coach, Coach explained to you that the circle surcharge, costs 500 ₽ a month, You can go to any number, You can never go, classes for another month is not transferred.'
if money>=500:
act'Checkout':
cls
money-=500
chessmonth=month
chessyear=year
gs'stat'
'You pay the tuition in the circle of chess.'
act'Escape':gt $curloc
end
end
act'Escape':gt $curloc
end
end
else
'Mugs closed'
end
--- gdkkru ---------------------------------