'
if month >= 4 and month <= 10:
if hour >= 6 and hour < 22:
'
'
else
'
'
end
else
if hour >= 8 and hour < 18:
'
'
else
'
'
end
end
'A spring with pure spring water.'
act 'To drink water':
cla
*clr
minut += 5
if water >= 100:
cla
*clr
'
'
'Water you more will not go.'
else
cla
*clr
water += 80
cumspclnt = 2 & gs 'cum_cleanup' & pcs_breath = 0
'
'
'You got drunk spring water.'
end
gs 'stat'
act 'Finish':gt 'swampspring'
end
if bucket < 10:
act 'Collect water in a bucket':
cla
*clr
minut += 10
bucket += 10
gs 'stat'
'
'
'You got the water in the bucket.'
act 'Finish':gt 'swampspring'
end
end
act 'Go':minut += 5 & gt'swamp_yard'
--- swampspring ---------------------------------