'
'Small park where people often rest, walk a couple, played by kids.'
*nl
if hour > 8 and hour < 19: 'Here is a small Theater'
if GvstreBoy = 1: 'You can see that in the park walks <<$nameBoyfrend[SkverBoy]>>.'
if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:
'You see in the park sitting on the bench Vitek Kotov with Druganov and beer.'
end
act 'Walk (0:15)':
cla
*clr
set minut += 15
place = 1
Frend_num = 0
gt 'placer'
end
if hour >= 8 and hour < 22:
act 'Distributing flyers to earn money 10 rubles (1:00)':
cla
*clr
'
'
'You an hour handing out flyers park visitors. Then you got 10 rubles.'
set minut += 60
set money += 10
set manna -= 5
gs 'stat'
act 'Move away': gt 'gskver'
end
end
act 'Get out of the park': minut += 5 & gt 'gorodok'
=======
'
'
'little Square, in which people often rest, walk a couple, kids play.'
*nl
if hour >8 and hour < 19:'There is a small theater '
if GvstreBoy=1:'you see, that walks in the park <<$nameBoyfrend[SkverBoy]>>.'
!if kotovLoveQW>0 and hour>=18 and hour<20 and week<6 or week>=6 and kotovLoveQW>0 and hour>=9 and hour<20:
!'You see in the park sitting on the bench Vitek Cats Druganov and beer.'
!end
if StoryLine=1 and BeInSchool>0:
if hour>=18 and hour<20 and week<6 or week>=6 and hour>=9 and hour<20:
'You see in the park sitting on the bench Vitek Cats, Dan Ryzhov and Shul`ga.'
end
end
act 'take_a_walk 15 minutes':
cla
*clr
set minut = minut + 15
place=1
Frend_num=0
gt'placer'
end
if hour >= 8 and hour <22:
act 'Distributing flyers to earn 10 rubles per hour':
cla
*clr
'
'
'You hour handing out flyers park visitors. Then you got 10 rubles.'
set minut = minut + 60
set money = money + 10
set manna = manna - 5
gs'stat'
act 'move_away':gt'gskver'
end
end
act 'Get out of the park':minut+=5> 'gorodok'
>>>>>>> 263_gskver
--- gskver ---------------------------------