# liamelkafe
if $ARGS[0] = 'start':
'
'
'You enter a tiny cafe, consisting of very little floor space packed with small tables.'
if hour > 11 and hour < 13:
'The cafe is packed with people eating their afternoon meal.'
if stallionQ = 1: stallionQ = 2
elseif hour > 16 and hour < 18:
'The cafe is packed with people eating their evening meal.'
if stallionQ = 1: stallionQ = 2
end
if money > 45:
act 'Sit down for a meal': money -= 45 & gt 'liamelkafe', 'food'
end
act 'Leave':gt 'liam'
end
if $ARGS[0] = 'food':
''
gs 'food', 'm_meal'
if stallionQ = 2:
if FocH > 140:
stallionQ = 3
FocH = 150
EggRH += 300
elseif ovulate > 12:
stallionQ = 3
end
end
'You sat for a meal in the tiny cafe. You enjoyed the beautiful scenery as you ate.'
if stallionQ = 0: StallionQ = 1
act 'Leave':gt 'liam'
end
--- liamelkafe ---------------------------------