123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912 |
- # Komp
- <<<<<<< 318_Komp
- if $ARGS[0] = 'start':
- =======
- if $ARGS[0]='start':
- >>>>>>> 318_Komp
- cla
- clr
- <<<<<<< 318_Komp
- gs 'stat'
- set elektro += 5
- '<center><img src="images\pics\komp.jpg"></center>'
- 'With the computer happily welcomes you start window.'
- act '15 minutes play patience': gt 'Komp','pasians'
- if GameCD > 0: act 'Play Disopl': gt 'KGDstart'
- if GameCD2 > 0: act 'Play Sunset Dead': gt 'KGZstart'
- if GameCD3 > 0: act 'Play Albido': gt 'FSstart'
- !act 'Sunset Review of the Dead': gt 'KGZstart'
- if internet > 0:
- set internet = internetM/60
- 'You´ve got <<internet>> hours of Internet'
- act 'Browser': gt 'Komp','brows'
- end
- if webCam > 0 and webcamday ! day: act 'Make self porno': gt 'selfPorno','start'
- if karta >= 10:
- 'You can pay online through your bank account. 1:00 Internet costs 10 rubles. On account of <<karta>>rubles.'
- act 'Pay online bank account':
- cla
- intinp = input ("How much money to put on the internet? (h = 10 rubles).")
- if intinp <= 0 or intinp * 10 > karta:
- 'Invalid amount.'
- end
- if intinp*10 <= karta:
- set inttime = intinp * 10
- set karta -= inttime
- set internetM += intinp * 60
- set internet = internetM/60
- 'You paid <<inttime>> hours of Internet, you now have <<internet>> hours of the Internet. Your account was removed <<intinp>> rubles.'
- end
- act 'Get out of the payment system': gt 'Komp','start'
- end
- end
- act 'Shut down the computer':
- cla
- gt 'Komp','fin'
- end
- =======
- gs'stat'
- set elektro = elektro + 5
- '<center><img src="pics/komp.jpg" ></center>'
- 'With the computer happily welcomes you to the starting place.'
- act 'play patience 15 min':gt'Komp','pasians'
-
- if GameCD>0:act 'Play Disopl':gt 'KGDstart'
-
- if GameCD2>0:act 'Play Sunset Dead':gt 'KGZstart'
-
- if GameCD3>0:act 'Play Albido':gt 'FSstart'
- !act 'Test Sunset Dead':gt 'KGZstart'
- if internet > 0:
- set internet = internetM/60
- 'You have left <<internet>> Internet hours'
- act 'browser':gt'Komp','brows'
- end
-
- if karta >= 10:
- 'You can pay online through your bank account. 1 hour internet costs 10 rubles. In the bank <<karta>> rubles.'
-
- act 'Pay online bank account':
- cla
- intinp = input ("How much money to put on the Internet? (h = 10 RUB.)")
- if intinp <= 0 or intinp*10 > karta:
- 'Not correct operation.'
- end
- if intinp*10 <= karta:
- set inttime = intinp*10
- set karta = karta - inttime
-
- set internetM = internetM + intinp*60
- set internet = internetM/60
- 'you paid <<inttime>> Internet hours, now you <<internet>> Internet hours. With your account removed <<intinp>> rubles.'
- end
- act 'Logout payment':gt'Komp','start'
- end
-
- end
-
- act 'Shut down the computer':
- cla
- gt'Komp','fin'
- end
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'brows':
- =======
- if $ARGS[0]='brows':
- >>>>>>> 318_Komp
- cla
- *clr
- clr
- <<<<<<< 318_Komp
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You entered into a search engine.'
- act 'Apartment repair site (0:15)': gt 'Komp','remont'
- if housr = 1 and husband = 0: act 'Rent your apartment': gt 'Komp','sale'
- act 'Porno (0:15)': gt 'Komp','porno'
- act 'Singles (0:15)': gt 'Komp','znak'
- if hour < 20 and hour > 7: act 'Jobs.su': gt 'Komp','rabota'
- act 'Cable TV services (0:15)': gt 'Komp','kabtv'
- act 'Online game': gt 'KGstart'
- if shantfoto > 0: act 'Search photos heroine in "In the ass."': gt 'Komp','foto'
- if gor_dorm = 7: act 'Letter from Evgenia': gt 'etoexhib','pos91'
- act 'Exit the browser': gt 'Komp','start'
- =======
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in to a search engine.'
- act 'Site apartment repair (15 min)':gt'Komp','remont'
- if housr = 1 and husband=0:act 'Free Classifieds Ads':gt'Komp','sale'
- act 'porn site (15 min)':gt'Komp','porno'
- act 'Online Dating (15 min)':gt'Komp','znak'
- if hour<20 and hour>7:act 'part.su':gt'Komp','rabota'
- act 'Cable TV services (15 min)':gt'Komp','kabtv'
- act 'online game':gt'KGstart'
- if shantfoto>0:act'Search heroine in photo "In the ass".':gt'Komp','foto'
- act 'Exit the browser':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'sale':
- =======
- if $ARGS[0]='sale':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 2
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You are logged in to the site for free ads.'
- if obkvsdam = 0 and housrA = 1:
- act 'Rent out Residental apartment': set obkvsdam['Street'] = 1 & CompCheckedResponses = 1 & gt 'Komp','sale'
- act 'Rent out Downtown apartment': set obkvsdam['Down'] = 1 & CompCheckedResponses = 1 & gt 'Komp','sale'
- act 'Rent out Northern apartment': set obkvsdam['Nord'] = 1 & CompCheckedResponses = 1 & gt 'Komp','sale'
- end
- if obkvsdam['Street']>0 or obkvsdam['Down']>0 or obkvsdam['Nord']>0:
- act 'Check responses to your ad':
- cla
- CompCheckedResponses = 1
- if obkvsdam['Street'] = 1: 'No one has responded to your residental apartment ad'
- if obkvsdam['Down'] = 1: 'No one has responded to your downtown apartment ad'
- if obkvsdam['Nord'] = 1: 'No one has responded to your northern apartment ad'
- if obkvsdam['Street']>1 or obkvsdam['Down']>1 or obkvsdam['Nord']>1:
- if obkvsdam['Street']>1:
- set predsumm= (obkvsdam['Street'] * 1000) + 5000
- 'Want to stay in your residental apartment for a month (<<predsumm>> rub).'
- act 'Rent (Residental)':
- set sdaday['Street'] = day
- set sdamonth['Street'] = month + 1
- set houserent['Street'] = 1
- set money += predsumm
- gt 'Komp','sale'
- end
- end
- if obkvsdam['Down']>1:
- set predsumm= (obkvsdam['Down'] * 1000) + 5000
- 'Want to stay in your downtown apartment for a month (<<predsumm>> rub).'
- act 'Rent (Downtown)':
- set sdaday['Down'] = day
- set sdamonth['Down'] = month + 1
- set houserent['Down'] = 1
- set money += predsumm
- gt 'Komp','sale'
- end
- end
- if obkvsdam['Nord']>1:
- set predsumm= (obkvsdam['Nord'] * 1000) + 5000
- 'Want to stay in your northern apartment for a month (<<predsumm>> rub).'
- act 'Rent (Northern)':
- set sdaday['Nord'] = day
- set sdamonth['Nord'] = month + 1
- set houserent['Nord'] = 1
- set money += predsumm
- gt 'Komp','sale'
- end
- end
- end
- act 'Exit': gt 'Komp','start'
- end
- end
- act 'Exit': gt 'Komp','start'
- =======
- set minut+=2
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in to the site free of ads.'
- if obkvsdam=0 and housrA = 1:
- act'Post your Apartments for rent':set obkvsdam=1>'Komp','sale'
- end
- if obkvsdam>0:
- act'Check your responses to the announcement of the date of apartments':
- cla
- if obkvsdam=1:'No one responded to your ad'
- if obkvsdam>1:
- if obkvsdam=2:set predsumm=7000
- if obkvsdam=2:set predsumm=8000
- if obkvsdam=2:set predsumm=9000
- if obkvsdam=2:set predsumm=10000
- 'Want to stay in your apartment for a month <<predsumm>> RUB.'
- act 'Cgive':
- set sdaday=day
- set sdamonth=month+1
- set housr=0
- set money+=predsumm
- gt'Komp','start'
- end
- end
- act 'Go_Out':gt'Komp','start'
- end
- end
- act 'Go_Out':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'remont':
- =======
- if $ARGS[0]='remont':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 15
- set internetM -= 60
- set elektro += 3
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You are logged in apartment repairs.'
- if housr = 1:
- if rembedr = 0:
- act '50 refurbished bedrooms sput':
- if money >= 50000:
- =======
- set minut = minut + 15
- set internetM = internetM - 60
- set elektro = elektro + 3
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in apartment repair.'
- if housr = 1:
- if rembedr = 0:
- act 'refurbished bedrooms 50 sput':
- if money >= 50000:
- >>>>>>> 318_Komp
- cla
- set rembedr = 1
- <<<<<<< 318_Komp
- set money -= 50000
- 'You pay for repairs and you did it the same, just Dzhumshut Ravshan and wizards.'
- else
- cla
- 'Unfortunately, you will not have enough money.'
- end
- act 'Exit': gt 'Komp','remont'
- end
- end
- if remsitr = 0:
- act 'Renovate hall 50,000 rubles':
- if money >= 50000:
- =======
- set money = money - 50000
- 'You pay for the repairs and you did it the same, Ravshan and Dzhumshut simple wizards.'
- else
- cla
- 'Unfortunately, You do not have enough money.'
- end
- act 'Go_Out':gt'Komp','remont'
- end
- end
-
- if remsitr = 0:
- act 'repair Facilities 50 sput':
- if money >= 50000:
- >>>>>>> 318_Komp
- cla
- set remsitr = 1
- <<<<<<< 318_Komp
- set money -= 50000
- 'You pay for repairs and you did it the same, just Dzhumshut Ravshan and wizards.'
- else
- cla
- 'Unfortunately, you will not have enough money.'
- end
- act 'Exit': gt 'Komp','remont'
- end
- end
- if remkorr = 0:
- act 'Repair corridor 50,000 rubles':
- if money >= 50000:
- =======
- set money = money - 50000
- 'You pay for the repairs and you did it the same, Ravshan and Dzhumshut simple wizards.'
- else
- cla
- 'Unfortunately, You do not have enough money.'
- end
- act 'Go_Out':gt'Komp','remont'
- end
- end
-
- if remkorr = 0:
- act 'repair corridor 50 sput':
- if money >= 50000:
- >>>>>>> 318_Komp
- cla
- set remkorr = 1
- <<<<<<< 318_Komp
- set money -= 50000
- 'You pay for repairs and you did it the same, just Dzhumshut Ravshan and wizards.'
- else
- cla
- 'Unfortunately, you will not have enough money.'
- end
- act 'Exit': gt 'Komp','remont'
- end
- end
- if remvanr = 0:
- act 'Renovate the bathroom 50,000 rubles':
- if money >= 50000:
- =======
- set money = money - 50000
- 'You pay for the repairs and you did it the same, Ravshan and Dzhumshut simple wizards.'
- else
- cla
- 'Unfortunately, You do not have enough money.'
- end
- act 'Go_Out':gt'Komp','remont'
- end
- end
-
- if remvanr = 0:
- act 'renovate the bathroom 50 sput':
- if money >= 50000:
- >>>>>>> 318_Komp
- cla
- set remvanr = 1
- <<<<<<< 318_Komp
- set money -= 50000
- 'You pay for repairs and you did it the same, just Dzhumshut Ravshan and wizards.'
- else
- cla
- 'Unfortunately, you will not have enough money.'
- end
- act 'Exit': gt 'Komp','remont'
- end
- end
- if remkuhr = 0:
- act 'Renovate a kitchen 50,000 rubles':
- if money >= 50000:
- =======
- set money = money - 50000
- 'You pay for the repairs and you did it the same, Ravshan and Dzhumshut simple wizards.'
- else
- cla
- 'Unfortunately, You do not have enough money.'
- end
- act 'Go_Out':gt'Komp','remont'
- end
- end
-
- if remkuhr = 0:
- act 'remodeled kitchen 50 sput':
- if money >= 50000:
- >>>>>>> 318_Komp
- cla
- set remkuhr = 1
- <<<<<<< 318_Komp
- set money -= 50000
- 'You pay for repairs and you did it the same, just Dzhumshut Ravshan and wizards.'
- else
- cla
- 'Unfortunately, you will not have enough money.'
- end
- act 'Exit': gt 'Komp','remont'
- end
- end
- end
- act 'Exit': gt 'Komp','start'
- =======
- set money = money - 50000
- 'You pay for the repairs and you did it the same, Ravshan and Dzhumshut simple wizards.'
- else
- cla
- 'Unfortunately, You do not have enough money.'
- end
- act 'Go_Out':gt'Komp','remont'
- end
- end
- end
- act 'Go_Out':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'porno':
- =======
- if $ARGS[0]='porno':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 15
- set internetM -= 60
- set manna += 5
- set elektro += 3
- set willpower += RAND(5,10)
- set manna += RAND(10,50)
- set horny += 5
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You went to a porn site.'
- $pornomastr = {
- cls
- '<center><img src="images\pics\kompmas.jpg"></center>'
- set minut += 15
- sweat += 1
- set horny += RAND(10,25)
- if divanmastr = 0: divanmastr = 1 & set mastr += 1
- gs 'stat'
- 'You get comfortable in front of the computer with one hand and began to fondle her breasts, a finger of the other hand you started rubbing and stroking a small bump between his legs that responded to the touch of pleasant languor covering your entire body.'
- if horny >= 100: orgasm += 1 & horny = 0 & 'Suddenly a nice cramp brought your body and you covered powerful orgasm from which you groan.'
- act 'Finish': divanmastr = 0 & gt 'Komp','porno'
- if horny >= 50: act 'Proceed': dynamic $pornomastr
- =======
- set minut = minut + 15
- set internetM = internetM - 60
- set manna = manna + 5
- set elektro = elektro + 3
- set willpower = willpower + RAND (5,10)
- set manna = manna + RAND (10,50)
- set horny = horny + 5
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in to the porn site.'
- $pornomastr={
- cls
- '<center><img src="pics/kompmas.jpg" ></center>'
- set minut = minut + 15
- sweat+=1
- set horny = horny + RAND(10,25)
- if divanmastr=0:divanmastr=1&set mastr = mastr + 1
- gs'stat'
- 'You get comfortable in front of a computer and started with one hand to fondle her breasts, finger of the other hand you started rubbing and stroking a small bump between his legs that respond to the touch of pleasant languor covering your entire body.'
- if horny>=100:orgasm+=1&horny=0&'Suddenly nice cramp brought your body and you covered powerful orgasm, from which you moan.'
- act 'End_Up':divanmastr=0>'Komp','porno'
- if horny>=50:act 'Resume':dynamic $pornomastr
- >>>>>>> 318_Komp
- }
- <<<<<<< 318_Komp
- act 'Watch porn on':
- cla
- '<center><img src="images\etogame\porno.jpg"></center>'
- gt 'Komp','porno'
- end
- if horny >= 50: act 'Masturbate (0:15)': dynamic $pornomastr
- act 'Exit': gt 'Komp','start'
- =======
- act 'Watch porn on':
- cla
- '<center><img src="pic/porno.jpg" ></center>'
- gt'Komp','porno'
- end
-
- if horny>=50:act 'masturbate 15 min':dynamic $pornomastr
- act 'Go_Out':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'pasians':
- =======
- if $ARGS[0]='pasians':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 15
- set manna += 5
- set elektro += 3
- set willpower += RAND(5,10)
- set manna += RAND(10,50)
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You entertained for an hour unfolding of solitaire on the computer.'
- act 'Lay another 15 minutes': gt 'Komp','pasians'
- act 'Close Solitaire': gt 'Komp','start'
- =======
- set minut = minut + 15
- set manna = manna + 5
- set elektro = elektro + 3
- set willpower = willpower + RAND (5,10)
- set manna = manna + RAND (10,50)
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You entertained for an hour unfolding of solitaire on the computer.'
- act 'lay out more 15 minutes':gt'Komp','pasians'
- act 'Close Solitaire':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'znak':
- =======
- if $ARGS[0]='znak':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 15
- set internetM -= 60
- set manna += 5
- set elektro += 3
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You are logged on to a dating site.'
- 'Selection of boys is only possible if there is no boyfriend.'
- if bfA <= 0:
- act 'To pick up a guy with a gentle disposition':
- cla
- gs 'boy'
- gs 'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 0
- 'You wrote a guy named <<$boyA>>and talked with him and left him number hoping that he will call you.'
- act 'Exit': gt 'Komp','start'
- end
- act 'To pick up a guy with a common character':
- cla
- gs 'boy'
- gs 'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 1
- 'You wrote a guy named <<$boyA>>and talked with him and left him number hoping that he will call you.'
- act 'Exit': gt 'Komp','start'
- end
- act 'To pick up a guy with a strong character':
- cla
- gs 'boy'
- gs 'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 2
- 'You wrote a guy named <<$boyA>>and talked with him and left him number hoping that he will call you.'
- act 'Exit': gt 'Komp','start'
- end
- end
- if gor_dorm = 8:
- act 'Pick suitors for Eugene':
- cla
- gor_dorm = 9
- 'You shoveled tens of questionnaires before selecting suitable candidates in all respects and sent letters inviting them to meet.'
- 'Now we have to wait her turn, something with them or not.'
- act 'Leave': gt 'Komp','start'
- end
- end
- =======
- set minut = minut + 15
- set internetM = internetM - 60
- set manna = manna + 5
- set elektro = elektro + 3
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in to a dating site.'
- 'Selection of guys only possible in the absence of boyfriend.'
- if bfA <= 0:
- act 'Pick up a guy with a sweet-tempered':
- cla
- gs'boy'
- gs'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 0
- 'You wrote a guy named <<$boyA>>, talked to him and left him in the hope telefonchik that he will call you.'
- act 'Go_Out':gt'Komp','start'
- end
-
- act 'Pick up a guy with an ordinary character':
- cla
- gs'boy'
- gs'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 1
- 'You wrote a guy named <<$boyA>>, talked to him and left him in the hope telefonchik that he will call you.'
- act 'Go_Out':gt'Komp','start'
- end
-
- act 'Pick up a guy with a strong character':
- cla
- gs'boy'
- gs'boyfrend','start'
- set stopboy = 0
- set harakBoyA = 2
- 'You wrote a guy named <<$boyA>>, talked to him and left him in the hope telefonchik that he will call you.'
- act 'Go_Out':gt'Komp','start'
- end
- end
- >>>>>>> 318_Komp
- <<<<<<< 318_Komp
- act 'Exit': gt 'Komp','start'
- =======
- act 'Go_Out':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'kabtv':
- =======
- if $ARGS[0]='kabtv':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 15
- set internetM -= 60
- set elektro += 3
- clr
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You are logged in to the website provider of cable TV.'
- if kabel = 1:
- 'Do you have a cable TV (subscription fee of 300 rubles per month lifted the 25th day of)'
- act 'Abandon cable TV':
- cla
- 'You have disconnected cable channels, paying the current month'
- =======
- set minut = minut + 15
- set internetM = internetM - 60
- set elektro = elektro + 3
- clr
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged in to the website provider of cable TV.'
- if kabel = 1:
- 'You have already connected the cable TV (license fee 300 rubles a month removed 25-th of)'
- act 'Unsubscribe from cable TV':
- cla
- 'You have disconnected the cable channels, paid for the current month'
- >>>>>>> 318_Komp
- kabel = 1
- money = money - 300
- <<<<<<< 318_Komp
- gt 'Komp','kabtv'
- end
- end
- if kabel = 0 and TV = 1:
- 'You do not have a cable TV'
- act 'Connect cable TV':
- cla
- 'Unfortunately for viewing cable television requires a more modern TV'
- gt 'Komp','kabtv'
- end
- end
- if kabel = 0 and TV >= 2:
- 'You do not have a cable TV'
- act 'Connect Cable TV (300 rubles per month)':
- cla
- 'You hooked up cable TV services'
- kabel = 1
- gt 'Komp','kabtv'
- end
- end
- act 'Exit': gt 'Komp','start'
- =======
- gt'Komp','kabtv'
- end
- end
- if kabel = 0 and TV = 1:
- 'You do not have a cable TV'
- act 'Connect the cable TV':
- cla
- 'Unfortunately for watching cable television requires more modern TV'
- gt'Komp','kabtv'
- end
- end
- if kabel = 0 and TV >= 2:
- 'You do not have a cable TV'
- act 'Connect the cable TV (300 rubles per month)':
- cla
- 'You have connected the cable TV services'
- kabel = 1
- gt'Komp','kabtv'
- end
- end
- act 'Go_Out':gt'Komp','start'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'foto':
- =======
- if $ARGS[0]='foto':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set internetM -= 60
- set elektro += 3
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- 'You are logged in to the social network "in the ass."'
- if shantfoto > 0:
- act 'Search':
- cla
- set minut += 60
- set fotsearchrand = rand(0,10)
- if fotsearchrand <= 7:
- 'You did not find anyone, maybe better luck later.'
- act 'Finish': gt 'Komp','foto'
- end
- if fotsearchrand > 7:
- set shantfoto -= 1
- set gerofotorand = rand(0,100)
- 'You found the heroine a photo shoot'
- if gerofotorand > 30:
- 'Judging by the photos on her page this poor girl and take her with nothing.'
- act 'Finish': gt 'Komp','foto'
- end
- if gerofotorand >= 5 and gerofotorand <= 30:
- set shantsr += 1
- 'Judging by the photos on her page is non-existent girl from the middle classes. You send her photo and asked to be transferred to your account 5000.'
- act 'Finish': gt 'Komp','foto'
- end
- if gerofotorand < 5:
- set shantbog += 1
- 'Judging by the photos on her page is very secured lady. You send her photo and asked to be transferred to your account 30000.'
- act 'Finish': gt 'Komp','foto'
- end
- end
- end
- end
- act 'Browser': gt 'Komp','brows'
- =======
- set internetM = internetM - 60
- set elektro = elektro + 3
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- 'You are logged into a social network "In the ass".'
- if shantfoto>0:
- act'Looking_For':
- cla
- set minut+=60
- set fotsearchrand=rand(0,10)
- if fotsearchrand<=7:
- 'You did not find anyone, can, better luck later.'
- act'End_Up':gt'Komp','foto'
- end
-
- if fotsearchrand>7:
- set shantfoto-=1
- set gerofotorand=rand(0,100)
- 'You `ve found a photo shoot heroine'
- if gerofotorand>30:
- 'Judging by the photos on her page.'
- act'End_Up':gt'Komp','foto'
- end
- if gerofotorand>=5 and gerofotorand<=30:
- set shantsr+=1
- 'Judging by the photos on her page. You send her photos and asked to be transferred 5000 your account.'
- act'End_Up':gt'Komp','foto'
- end
- if gerofotorand<5:
- set shantbog+=1
- 'Judging by the photos on her page. You send her photos and asked to be transferred 30000 your account.'
- act'End_Up':gt'Komp','foto'
- end
- end
- end
- end
- act 'browser':gt'Komp','brows'
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'rabota':
- =======
- if $ARGS[0]='rabota':
- >>>>>>> 318_Komp
- cla
- *clr
- <<<<<<< 318_Komp
- set minut += 60
- set internetM -= 60
- set komprabota = RAND(0,10)
- gs 'stat'
- '<center><img src="images\pics\komp.jpg"></center>'
- if komprabota = 0:
- 'You found an ad: "Wanted girl model looks for advertising underwear, cash on filming zavershinii 2000 rubles."'
- if vnesh < 30: 'But you are under this description does not fit'
- if vnesh >= 30:
- act 'Go at': gt 'qjob','var1'
- end
- if hour < 20 and hour > 7: act 'Search more': gt 'Komp','rabota'
- act 'Finish': gt 'Komp','brows'
- end
- if komprabota = 1:
- 'You found an ad: "Wanted girl model looks for advertising underwear, cash on filming zavershinii 2000 rubles."'
- if vnesh < 30: 'But you are under this description does not fit'
- if vnesh >= 30:
- act 'Go at': gt 'qjob','var2'
- end
- if hour < 20 and hour > 7: act 'Search more': gt 'Komp','rabota'
- act 'Finish': gt 'Komp','brows'
- end
- if komprabota > 1 and komprabota < 5:
- 'You found an ad: "The artist is required naturschitsa, simpotichnoy appearance, cash 1,000 rubles."'
- if vnesh < 15: 'But you are under this description does not fit'
- if vnesh >= 15:
- act 'Go at': gt 'qjob','var3'
- end
- if hour < 20 and hour > 7: act 'Search more': gt 'Komp','rabota'
- act 'Finish': gt 'Komp','brows'
- end
- if komprabota > 4:
- 'You did not find anything suitable.'
- if hour < 20 and hour > 7: act 'Search more': gt 'Komp','rabota'
- act 'Finish': gt 'Komp','brows'
- end
- =======
- set minut+=60
- set internetM = internetM - 60
- set komprabota=RAND(0,10)
- gs'stat'
- '<center><img src="pics/komp.jpg" ></center>'
- if komprabota=0:
- 'You found an ad: "Wanted girl model looks to advertise underwear, Cash payment on filming zavershinii 2000 RUB."'
- if vnesh<30:'But you this description does not fit'
- if vnesh>=30:
- act 'Go to the address':gt 'qjob','var1'
- end
- if hour<20 and hour>7:act 'Search more':gt'Komp','rabota'
- act 'End_Up':gt'Komp','brows'
- end
- if komprabota=1:
- 'You found an ad: "Requires girl model looks to advertise underwear, Cash payment on filming zavershinii 2000 RUB."'
- if vnesh<30:'But you this description does not fit'
- if vnesh>=30:
- act 'Go to the address':gt 'qjob','var2'
- end
- if hour<20 and hour>7:act 'Search more':gt'Komp','rabota'
- act 'End_Up':gt'Komp','brows'
- end
- if komprabota>1 and komprabota<5:
- 'You found an ad: "Artist needs naturschitsa, cute appearance, cash payment 1000 RUB."'
- if vnesh<15:'But you this description does not fit'
- if vnesh>=15:
- act 'Go to the address':gt 'qjob','var3'
- end
- if hour<20 and hour>7:act 'Search more':gt'Komp','rabota'
- act 'End_Up':gt'Komp','brows'
- end
- if komprabota>4:
- 'You did not find anything suitable.'
- if hour<20 and hour>7:act 'Search more':gt'Komp','rabota'
- act 'End_Up':gt'Komp','brows'
- end
- >>>>>>> 318_Komp
- end
- <<<<<<< 318_Komp
- if $ARGS[0] = 'fin':
- =======
- if $ARGS[0]='fin':
- >>>>>>> 318_Komp
- gt $locM, $metkaM
- end
- --- Komp ---------------------------------
|