# gaptek cla clr *clr CLOSE ALL if sound = 0:PLAY 'sound/shop.mp3',30 gs 'stat' gs 'outdoors' '
Pharmacy
' '
' act 'Leave the pharmacy':gt 'pavCommercial' if hour < 8 or hour > 20: 'The pharmacy is currently closed. There''s a sign on the door, that says it''s open between 8:00 and 20:00 every day.' exit end !! for original start we can just use stockitem, for alt start there are other plot elements involved if StoryLine = 0: *p iif($ARGS[0] = 'start' or $ARGS[0] = '' or $ARGS[0] = 'move', '
', '
<<$ARGS[0]>>
') *pl '
' + _ FUNC ('$stock_item', 5, 'condoms', 100, 'prezik', $CURLOC) + _ FUNC ('$stock_item', 1, 'pregnancy test', 200, 'pregtest', $CURLOC) + _ FUNC ('$stock_item', 28, 'birth control pills', 500, 'tabletki', $CURLOC) + _ FUNC ('$single_stock_item', 1, 'enema kit', 500, 'klisma', $CURLOC) + _ FUNC ('$stock_item', 10, 'antibiotics', 500, 'lekarstvo', $CURLOC) + _ FUNC ('$stock_item', 20, 'vitamin tablets', 500, 'vitamin', $CURLOC) + _ FUNC ('$stock_item', 10, 'soothing ointment for chafed skin', 600, 'mosolmaz', $CURLOC) + _ FUNC ('$stock_item', 25, 'lip balm', 100, 'lipbalm', $CURLOC) + _ FUNC ('$stock_item', 1, 'weight loss pill', 2000, 'fatdel', $CURLOC) + _ FUNC ('$stock_item', 20, 'Tampons', 200, 'tampon', $CURLOC) + _ FUNC ('$stock_item', 20, 'Sanitary napkins', 200, 'sanpad', $CURLOC) + '
' else 'Condoms - 100 ' 'Pregnancy test - 200 ' 'Lubricant - 300 ' 'Birth control pills - 500 ' if klisma = 0:'Enema kit - 500 ' 'Antibiotics - 500 ' 'Vitamin drinks - 500 ' 'Soothing ointment for chafed skin - 600 ' 'Moisturizing lip balm - 1000 ' 'Fat burners - 1500 ' if KandidNapr = 1:'Cure for yeast infection - 1,500 ' 'Aunt Luda is sitting behind the counter, as usual. She gives you a friendly nod when she sees you: "Hi <<$name>>! How are you?"' end if motherQW >= 2: act 'Ask about the ''garden''': cla cls gaptekfirst = 1 gs 'stat' '
Pharmacy
' '
' if motherQW = 2 and ((gaogorod + gaogorodrand) < 40): if gaptekfirst = 0: gaptekfirst = 1 minut += 5 'You pretend to look at the goods positioned on the shelves, while you consider how to best approach your aunt. Your aunt notices you staring at the shelves, and comes from behind the counter when she''s done helping her last customer.' '"Hi <<$name>>, are you looking for something?"' 'You take a deep breath and say: "Erm... yes aunt. My mother needs some things for her ''garden''?" putting extra emphasis on the word.' 'Your aunt pretends to be confused, and teases you: "<<$nickname>>, are you sure you''re in the right store? This is a pharmacy, not a gardening center!"' 'You''re slightly confused now, and try again: "I know, aunt... my mom said I should say ''garden''."' 'She just laughs: "Just teasing, <<$nickname>>. Your mother has such green thumbs, she comes here all the time! Come on, I''ll show you what we have." She takes you by the hand and takes you to the counter holding the contraceptives.' '"Here you go. All of your gardening needs, right here. What can I get you?"' else minut += rand(5, 15) if gaprezikday ! daystart or gatabletkiday ! daystart: 'You wait until the last customer leaves the pharmacy, and quickly dart over to the counter.' '"Hi aunt Luda, my mom needs a few more items for her garden."' '"Your mom, huh? Sure, sure... it''s right here, take your pick!" she chuckles, as you try to hide your blush.' 'You intently stare at the items, avoiding her gaze as you mutter: "Thank you, Aunt..."' '"No problem, <<$nickname>>. But seriously, tell Natasha she shouldn''t spend so much time gardening. We keep running low on stock."' else minut += RAND(5,15) 'You linger around the pharmacy, waiting for your aunt to become available. However, as time passes the pharmacy only becomes more and more crowded, and your aunt has a long line of customers to deal with. You decide you''ve wasted enough time, and to try again later.' end end elseif motherQW = 2 and ((gaogorod + gaogorodrand) >= 40): gt'motherQW','motherQW_3' elseif motherQW >= 3 and galubri = 0: if gaprezikday ! day or gatabletkiday ! day: minut += RAND(5,15) oluuosegunrand = RAND(1,10) gs'stat' if oluuosegunrand = 10 and oluuosegunday ! day: gt'motherQW','olu' elseif oluuosegunrand < 10 or oluuosegunday = day: 'You wait for your turn and move to the counter, discretely nodding at the counter with the contraceptives. Your aunt gives you a small smile and asks what she can do for you today.' end elseif gaprezikday = day and gatabletkiday = day: minut += RAND(5,15) 'You wait for your turn and move up to the counter, discretely nodding at the counter with the contraceptives. She apologizes: "I''m sorry <<$name>>, those are all sold out." With some malice in her voice, she whispers: "Your stud will have to wait until tomorrow, unless you plan on entertaining him in some other way." Giving you a lewd grin, she ushers you away from the counter so she can help the next customer.' end elseif motherQW >= 3 and galubri = 1: if gaprezikday ! day or gatabletkiday ! day or galubriday ! day: minut += RAND(5,15) oluuosegunrand = RAND(1,10) if oluuosegunrand = 10 and oluuosegunday ! day: gt'motherQW','olu' elseif oluuosegunrand < 10 or oluuosegunday = day: 'You wait for your turn and move to the counter, discretely nodding at the counter with the contraceptives. Your aunt gives you a small smile and asks what she can do for you today.' end elseif gaprezikday = day and gatabletkiday = day and galubriday = day: minut += RAND(5,15) 'You wait for your turn and move up to the counter, discretely nodding at the counter with the contraceptives. She apologizes: "I''m sorry <<$name>>, those are all sold out." With some malice in her voice, she whispers: "Your stud will have to wait until tomorrow, unless you plan on entertaining him in some other way." Giving you a lewd grin, she ushers you away from the counter so she can help the next customer.' end end act 'Move away from the counter':gt $curloc end end if StoryLine = 1: if money >= 100 and motherQW >= 2 and gaptekfirst = 1 and gaprezikday ! daystart: act 'Buy condoms (100 ) < 0, ''[left:'' + prezik + '']'', '''')>>': cla *clr portion = input("How many packages you want to buy? (One package contains 5 condoms)") if portion <= 0:portion = 1 if portion > 2 and motherQW < 3:portion = 2 & 'You tell yourself: "Two packages should be enough". You shouldn''t buy too many at once, otherwise your aunt might get suspicious.' if portion > 5 and motherQW >= 3:portion = 5 & 'Your aunt laughs and shakes her head. "I''m sorry <<$name>>, I can only give you five. With the amounts you''re buying, the condom factory can barely keep up delivering new stock."' if portion * 100 <= money: prezik += portion * 5 minut += 5 money -= portion * 100 gaprezikday = daystart '
' 'You pay for the condoms and quickly put them in your pocket, before anyone sees you buy them.' if motherQW < 3:gaogorod += portion else 'You can''t afford the condoms.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if money >= 200 and motherQW >= 2 and gaptekfirst = 1: act 'Buy pregnancy tests (200 ) < 0, ''[left:'' + pregtest + '']'', '''')>>': cla *clr portion = input("How many packages do you want to buy? (One package contains two testers)") if portion <= 0:portion = 1 if portion * 200 <= money: pregtest += portion * 2 minut += 5 money -= portion * 200 '
' 'You pay for the pregnancy tests and quickly put them in your pocket, before anyone sees you buy them.' else 'You can''t afford to buy the pregnancy tests, and have to put them back on the counter.' end act 'Move away from the counter':gt 'gaptek', 'start' end end !! you can only buy lube here if your aunt arranged for it and you haven''t bought any today yet if money >= 300 and galubri = 1 and motherQW >= 2 and gaptekfirst = 1 and galubriday ! daystart: act 'Buy lubricant (300 ) < 0, ''[left:'' + lubri + '']'', '''')>>': cla *clr portion = input ("How many tubes do you want to buy? (One tube lasts for 5 uses)") if portion <= 0:portion = 1 if portion > 3:portion = 3 & 'Your aunt shakes her head wearily: "Wow <<$nickname>>, you little vixen! You really love this stuff huh? I''m sorry but I can only sell you three, I need to keep a few in stock for other customers too. We don''t want the whole town to wonder where their supply of lubricant went."' if portion * 300 <= money: lubri += portion * 5 minut += 5 money -= portion * 300 galubriday = daystart '
' 'You pay for the lubricant and quickly put the tubes in your pocket, before anyone sees you buy them.' else 'You can''t afford to buy the lubricant.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if money >= 500: if gatabletkiday ! daystart: act 'Buy birth control pills (500 ) < 0, ''[left:'' + tabletki + '']'', '''')>>': cla *clr portion = input ("How many packages do you want to buy?") if portion < 0 or (portion > 1 and motherQW < 3):portion = 1 & 'You quietly think to yourself, while you put most of the packages back on the shelf: "Just the one should be enough. It''s probably better if I don''t buy too many at once, otherwise aunt Luda might become suspicious."' if portion * 500 <= money: tabletki += portion * 28 minut += 5 money -= portion * 500 gatabletkiday = daystart '
' 'You pay for the birth control pills and quickly put the strips in your pocket, before anyone sees you buy them.' else 'You can''t afford to buy birth control pills.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if klisma = 0 and motherQW >= 2 and gaptekfirst = 1: act 'Buy the enema kit (500 )': cla *clr klisma = 1 minut += 5 money -= 500 '
' 'You pay for the enema kit and quickly ask your aunt to put it in a paper bag, before the other customers see it.' act 'Move away from the counter':gt 'gaptek', 'start' end end act 'Buy antibiotics (500 ) < 0, ''[left:'' + lekarstvo + '']'', '''')>>': cla *clr portion = input("How many packages do you want to buy? (One package contains 10 pills)") if portion <= 0:portion = 1 if portion * 500 <= money: money -= portion * 500 lekarstvo += portion * 10 '
' 'You buy some antibiotics, and put the pills in your pocket.' else 'You can''t afford to buy the antibiotics.' end act 'Move away from the counter':gt 'gaptek', 'start' end act 'Buy vitamin tablets (500 ) < 0, ''[left:'' + vitamin + '']'', '''')>>': cla *clr portion = input("How many packages do you want to buy? (One package contains 20 tablets)") if portion <= 0:portion = 1 if portion * 500 <= money: vitamin += portion * 20 money -= portion * 500 '
' 'You purchase the vitamin tablets and put them in your pocket.' else 'You can''t afford the vitamin tablets.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if money >= 600: act 'Buy soothing ointment (600 ) < 0, ''[left:'' + mosolmaz + '']'', '''')>>': cla *clr portion = input("How many packages do you want to buy? (One package contains 10 treatments)") if portion <= 0:portion = 1 if money >= portion * 600: money -= portion * 600 mosolmaz += portion * 10 '
' 'You buy some ointment packages and quickly put them in your pocket. The next time your pussy feels sore, these should help.' else 'You can''t afford the ointment.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if money >= 1000: act 'Buy moisturizing lip balm (1,000 ) < 0, ''[left:'' + lipbalm + '']'', '''')>>': cla *clr portion = input("How many lip balms do you want to buy? (One lip balm is good enough for 25 uses)") if portion <= 0:portion = 1 if portion * 1000 <= money: lipbalm += portion * 25 money -= portion * 1000 '
' 'You buy the lip balm and put it in your pocket.' else 'You can''t afford the lip balm.' end act 'Move away from the counter':gt 'gaptek', 'start' end end if money >= 1500: act 'Buy fat burners (1,500 ) < 0, ''[left:'' + fatdel + '']'', '''')>>': cla *clr portion = input("How many fat burners do you want to buy?") if portion <= 0:portion = 1 if portion * 1500 <= money: fatdel += portion money -= portion * 1500 '
' 'You buy some fat burning capsules and read the box; you have to take these with some water.' else 'You can''t afford the fat burning capsules. Looks like you''ll have to work for it if you want to lose some weight.' end act 'Move away from the counter':gt 'gaptek', 'start' end if KandidNapr = 1: act 'Buy s cure for your yeast infection (1,500 )': cla *clr money -= 1500 Kandidoz = 0 '
' 'You put the money on the counter and immediately open the package and swallow the tablet. A while later, you feel better.' act 'Move away from the counter':gt 'gaptek', 'start' end end end end --- gaptek ---------------------------------