# pharmacy
!!!0.2.6 addition: Optimized flow of the code, updated descriptions - now lists everything the drugstore has to sell
!! now lists everything the drugstore has to sell
!!0.2.7 add item_info, wait in line, new pic
$location_type = 'public_indoors'
cls
if $ARGS[0] = 'start' :
minut += 5
gs 'stat' & ! Update the information about the past tense
!a time limit of work pharmacies in Pavlovo
people = RAND(1,15) & !We define the size of the queue in the pharmacy
if people <= 5:
*pl '
Pharmacy'
'> src="images/locations/pavlovsk/pharmacy/aptekabusy<>.jpg">'
'When you go up to check out their is <> ' + iif(people < 2 or people > 4, 'people' , 'man' ) + ' in line before you.'
act 'Wait for your turn' :
minut += RAND(1,4) * people & people = 0
gs 'stat'
gt 'pharmacy', 'shop'
end
else
gt 'pharmacy', 'shop'
end
act 'Leave': minut += 5 & gt $loc, $metka
end
if $ARGS[0] = 'shop' or $ARGS[0] = '':
gs 'stat'
*pl 'Pharmacy'
!*pl '> src="images/unused/pharmacy.jpg">'
!there are 3 pic from russian 1.2.5, Let make it 3 shift
if hour>22 or hour < 7:
'> src="images/locations/pavlovsk/pharmacy/apteka_worker_2.jpg">'
elseif hour<17:
'> src="images/locations/pavlovsk/pharmacy/apteka_worker_3.jpg">'
else
'> src="images/locations/pavlovsk/pharmacy/apteka_worker_4.jpg">'
end
if $message ! '':
$message
killvar '$message'
'"Do you need anything else?"'
else
'Their is a young woman behind the counter in a white coat,as you approach she asks. "Hello, what can I help you with?"'
end
!! output for purchased item
iif($ARGS[1] = '', '', '<<$ARGS[1]>>')
*pl ''
*P FUNC ('$stock_item', 5, 'condoms', 500, 'prezikcount', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 1, 'pregnancy test', 530, 'pregtest', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 1, 'birth control pills', 1870, 'tabletki', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 10, 'antibiotics', 580, 'lekarstvo', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 30, 'vitamins', 130, 'vitamin', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 50, 'painkillers', 435, 'painkiller', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 10, 'ointments for chafing', 372, 'mosolmaz', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 1, 'lubricant', 145, 'lubri', $CURLOC, $ARGS[0])
!!tube of 5 uses as far as I can tell, price is set to that
*P FUNC ('$stock_item', 30, 'lip balm', 127, 'lipbalm', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 12, 'weight loss pill', 248, 'fatdel', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 20, 'Tampons', 200, 'tampon', $CURLOC, $ARGS[0])
*P FUNC ('$stock_item', 20, 'Sanitary napkins', 100, 'sanpad', $CURLOC, $ARGS[0])
*P FUNC ('$single_stock_item', 1, 'enema kit', 1250, 'klisma', $CURLOC, $ARGS[0])
*P FUNC ('$single_stock_item', 1, 'breast pump', 2200, 'breastpump', $CURLOC, $ARGS[0])
!!added this from the pav pharmacy as it makes sense they sell this as well, but not sure the code is right, as it was not done the same way.
*P '
'
if KandidNapr = 1:'Cure for yeast infection - 1,050 ₽'
*nl
if KandidNapr = 1:
act 'Buy tablets for your yeast infection (1,050 ₽)':
cla
*clr
money -= 1050
Kandidoz = 0
'> src="images/locations/shared/store/kassa.jpg">'
'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 'pharmacy', 'start'
end
end
act 'Leave': minut += 5 & gt $loc, $metka
end
--- pharmacy ---------------------------------