1234567891011121314151617181920212223242526272829303132 |
- # $stock_item_info
- !return item description link (if exist)
- !base medical item and icon from Russian 1.2.5, code by illume
- !useage: '<td align="center"><<FUNC(''$stock_item_info'', $ARGS[3])>></td>' + _
- !medical item
- $item_info['prezik'] = '<center><b>Condoms</b></center><br>The means of contraception of barrier type as well as protection from many pathogens, sexually transmitted diseases. Condoms cannot be used again.'
- $item_info['pregtest'] = '<center><b>Pregnancy test</b></center><br>Express-test allows to determine the signs of pregnancy early on. The test strip can only be used once.'
- $item_info['tabletki'] = '<center><b>Birth control pills</b></center><br>Combined oral contraceptives based on oestrogen and progestin.<br>Application: daily one pill a day.'
- $item_info['vitamin'] = '<center><b>Vitamin drinks</b></center><br>The complete solution for your health and support immunity. Pomogut to increase the effectiveness of antibiotics and drugs protivogribkovi. There are no contraindications.<br>Application: one pill a day.'
- $item_info['lekarstvo'] = '<center><b>Antibiotics</b></center><br>Antibiotics. You need to take during colds, helps to reduce the healing process and improves the health. In the absence of disease ineffective.<br>Application: one tablet a day.'
- $item_info['mosolmaz'] = '<center><b>Ointments for chafing</b></center><br>This will cure your itchy vulva'
- $item_info['lipbalm'] = '<center><b>Lip balm</b></center><br>Balm moisturizes lips, makes them Shine, thereby increasing the attractiveness of the lips. There are side effects: with continued use irreversible increases lip.'
- $item_info['fatdel'] = '<center><b>Weight loss pill</b></center><br>Tool for burning fat, is valid for X days from receipt. Intense exercise, such as running, greatly enhance the efficacy of the drug.'
- $item_info['klisma'] = '<center><b>Enema kit</b></center><br>Medical instrument for cleansing and washing of the rectum.'
- $item_info['lubri'] = '<center><b>Lubricant</b></center><br>Gel lubricant protects the mucous membrane from the appearance of cracks and irritation, through which penetrate infection, relieves pain and increases comfort. Lubricant has no contraindications to the use of.'
- $item_info['painkiller'] = '<center><b>Painkillers</b></center><br>This will ease your pain. Can be addictive. Do not take too many'
- $item_info['tampon'] = '<center><b>Tampons</b></center><br>This will help you on periods.'
- $item_info['sanpad'] = '<center><b>Sanitary napkins</b></center><br>This will help you on periods.'
- $item_info['clrbelo'] = '<center><b>Underwear</b></center><br>These cheap cotton panties are not very sexy, but they will prevent chaffing and cover your privates.'
- if $item_info[$ARGS[0]]!'':
- $RESULT = '<a href="exec: MSG ''<<$item_info[$ARGS[0]]>>''"><img src="images/system/icon/anptekainfo.jpg"></a>'
- else
- $RESULT = ''
- end
- killvar '$item_info'
- --- $stock_item_info ---------------------------------
|