123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- # lakecafe
- if $ARGS[0] = 'main':
- cla
- *clr
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- gs 'stat'
- set barrnd = rand(1, 3)
- !!LCWorkRand = rand(1, 6)
- '<center><img src="images/LakeCafe/LakeCafe.jpg"></center>'
- *nl
- *nl
- 'Naiobyknovenneyshaya barbecue, of which there are many in the vast country.'
- 'The cost of lunch - 75 rubles'
- 'Opening hours cafe - 14:00 to 04:00'
- *nl
- if hour >= 14 or hour < 4:
- if barmenshameet = 0:
- if barrnd = 1:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and polishes glasses'
- if barrnd = 2:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and wipes the table'
- if barrnd = 3:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and something mixes'
- end
- if barmenshameet = 1:
- if barrnd = 1:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> and polishes glasses'
- if barrnd = 2:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> table and rubs'
- if barrnd = 3:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> and something mixes'
- end
- if week = 1 and hour = 22:
- if LCWorkRand = 1:
- randguycafe = rand(3, 6)
- if LCwork = 0:'One of the tables sits a group of men and drinks, talking loudly and laughing.'
- if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start1''"><<randguycafe>> men</a> and drinks, talking loudly and laughing.'
- end
- if LCWorkRand = 2:
- if LCwork = 0:'One of the tables sits an older man and eating barbecue.'
- if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start2''">an older man</a> and eating barbecue.'
- end
- if LCWorkRand = 3:
- if LCwork = 0:'One of the tables sit two men and a drink.'
- if LCwork = 1:'One of the tables sit <a href="exec:gt ''LCwork'', ''start3''">two men</a> and drink.'
- end
- if LCWorkRand = 4:
- if LCwork = 0:'One of the tables sit a guy with a girl and talk about something.'
- if LCwork = 1:'One of the tables sit <a href="exec:gt ''LCwork'', ''start4''">boy and girl</a> and talk about something.'
- end
- if LCWorkRand = 5:
- if LCwork = 0:'One of the tables sits a girl, and dining.'
- if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start5''">girl</a>, and dining.'
- end
- if LCWorkRand = 6:
- if LCwork = 0:'One of the tables sits a fat man and talking on the phone.'
- if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start6''">fat man</a> and talking on the phone.'
- end
- end
- *nl
- '- <a href="exec:gt ''laketoilet'', ''main''">Toilet</a>'
- if money >= 75:
- act 'Eat 75 rubles':
- cla
- *clr
- act 'Get up from the table':set minut += 20 & gt 'lakecafe', 'main'
- '<center><img src="images/pics/food.jpg"></center>'
- set minut += 30
- set health += 10
- set money -= 75
- set manna += 5
- set willpower += 5
- if energy >= 30:
- set fat += 5
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set fat += 3
- set energy += 10
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy += 20
- set fat += 1
- 'You gladly ate the food.'
- end
- if water >= 20:'Tea in you no longer climbs.'
- if water < 20:
- 'You gladly drank a mug of tea.'
- set water += 20
- end
- end
- end
- end
- if LCwork2 >= 1 and LCwork2day ! day and hour = 18:
- act 'Help in the kitchen':gt 'LCwork', 'Kitchen'
- end
- act 'Leave':set minut += 2 & gt 'nord'
- end
- if $ARGS[0] = 'barmensha':
- cls
- gs 'stat'
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- *nl
- *nl
- if barmenshameet = 0:
- 'The bartender looked at your eyes and, with a smile, asked:'
- '-Would that something?'
- end
- if barmenshameet = 1:
- 'Eugene smiled, when you come to it'
- 'Hi! - She said with a smile'
- end
- if hour >= 14 or hour < 4:
- if barmenshameet = 0:
- act 'Chat':
- cla
- *clr
- set barmenshameet = 1
- set JenyaLC = 10
- set minut += 30
- gs 'stat'
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- 'You chatted with bartender. During the conversation, you found out that her name is Eugene and it works here with his girlfriend, Angela, in which a cook on the barbecue.'
- act '...':gt 'lakecafe', 'barmensha'
- end
- end
- if barmenshameet = 1:
- act 'Chat':
- cla
- *clr
- if JenyaLC < 60:set JenyaLC += 3
- set minut += 30
- gs 'stat'
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- 'You talk about the affairs of Zhenya, work, life and all sorts of trivia.'
- act '...':gt 'lakecafe', 'barmensha'
- end
- end
- if JenyaLC >= 60 and horny > 50:
- act 'Flirt':
- cla
- *clr
- set minut += 10
- gs 'stat'
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- 'You chat with Eugene, making it ambiguous hints. Eugene seems to understand you and invites you to go for it. You agree to abide with her to the kitchen.'
- act '...':
- if JenyaLCfirst = 0:gt 'LCporn', 'firsttime'
- if JenyaLCfirst = 1:gt 'LCporn', 'sex'
- end
- end
- end
- if JenyaLC >= 35:
- act 'Ask about work':
- cla
- *clr
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- if LCworkwork2 < 1:
- 'You ask about the work of Eugene. She tells you that her sister needed help in the kitchen, come in 18 hours you need to work half an hour, during which you will be paid 175 rubles.'
- set LCworkwork2 = 1
- set LCwork2 = 1
- act '...':
- set minut += 4
- gt 'lakecafe', 'barmensha'
- end
- else
- 'You ask about the work of Eugene. It reminds you that her sister needed help in the kitchen, come in 18 hours you need to work half an hour, get paid 175 rubles.'
- act '...':
- set minut += 4
- gt 'lakecafe', 'barmensha'
- end
- end
- end
- end
- if JenyaLC >= 80:
- act 'Ask about the "special" work':
- cla
- *clr
- '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
- if LCworkwork = 0:
- 'You ask Zhenyu about the "special" work. It tells you that on Monday, at 22 o´clock, in the cafe visitors who need quality "service." Pay from 500 to 2, 000 rubles.'
- act '...':
- set LCworkwork = 1
- set LCwork = 1
- set minut += 4
- gt 'lakecafe', 'barmensha'
- end
- end
- if LCworkwork = 1:
- 'You ask about the work of Eugene. It reminds you of conditions:on Mondays, at 22 o´clock, you will need to "serve" certain visitors. Paid for it from 500 to 2000 rubles.'
- act '...':
- set minut += 3
- gt 'lakecafe', 'barmensha'
- end
- end
- end
- end
- end
- act 'Move away':gt 'lakecafe', 'main'
- end
- --- lakecafe ---------------------------------
|