# stat_display if default_status_icons = 0:set_siconht = 54 if default_wbanner = 0:set_weatherht = 72 if default_menu_icons = 0:set_miconht = 54 gs 'outdoors', 'main' !!----------------image Extra messages, start-------------------------- $stat_imgtool_msg='' $stat_imgextra_msg='' if Enable_showstatimg = 1: !There are 3 display mode, with toobar / top / bottom, controlled by Enable_statimg_loc if Enable_statimg_face = 0: $stat_imgtool_msg += '◇Face' else $stat_imgtool_msg += '◆Face' $img_temp = FUNC('$face_image') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_body = 0: $stat_imgtool_msg += ' ◇Body' else $stat_imgtool_msg += ' ◆Body' $img_temp = FUNC('$body_image','body') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_coat = 0: $stat_imgtool_msg += ' ◇Coat' else $stat_imgtool_msg += ' ◆Coat' $img_temp = FUNC('$body_image','coat') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_cloth = 0: $stat_imgtool_msg += ' ◇Clothes' else $stat_imgtool_msg += ' ◆Clothes' $img_temp = FUNC('$body_image','clothes') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_bra = 0: $stat_imgtool_msg += ' ◇Bra' else $stat_imgtool_msg += ' ◆Bra' $img_temp = FUNC('$body_image','bra') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_panties = 0: $stat_imgtool_msg += ' ◇Panties' else $stat_imgtool_msg += ' ◆Panties' $img_temp = FUNC('$body_image','panties') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if Enable_statimg_shoes = 0: $stat_imgtool_msg += ' ◇Shoes' else $stat_imgtool_msg += ' ◆Shoes' $img_temp = FUNC('$body_image','shoes') if $img_temp ! null: $stat_imgextra_msg += '> src="<<$img_temp>>"> ' end if $menu_loc ! '': $stat_imgtool_msg += ' ◎Settings' end !!----------------image Extra messages, end -------------------------- if Enable_statimg_loc = 1: $stat_msg = '<<$stat_imgtool_msg>>
<<$stat_imgextra_msg>>
<<$stat_msg>>' $stat_android = '<<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>' $stat_msg += '
<<$weatherImage>><<$temperature>>
' if Enable_statfsize>0: $stat_msg = '>><<$stat_msg>>' $stat_disable_msg = 'Menu is disabled for this event.' !$stat_msg += '<<$weather>>
' !pl '<<$weatherImage>>' if timeHidden = 0: $stat_msg += '
<<$stat_android>> <<$week[week]>> <> <<$month>> <>' $stat_android += '<<$week[week]>> <>/<>, <> ₽, Status' ! $stat_android for short desc in android mode, $stat_msg for status bar. if StoryLine > 0 and SchoolAtestat ! 1 and $holyday ! '': $stat_msg += '
<<$holyday>>' & $stat_msg += '
' if birthday = day and birthmonth = month: $stat_msg += '
Today is your birthday.' & $stat_msg += '
' if telefon['UnreadSMS'] > 0: $stat_msg += '
You have <> unread message(s).
' !New icon based menu. if MagikDostup = 0: $journal_tooltip = 'Spellbook & Journal' $journalIcon = 'journal_magic.png' else $journal_tooltip = 'Journal' $journalIcon = 'journal_norm.png' end if menu_off = 0: $menuBarTab = '' $menuBarTab += '' $menuBarTab += '' if bag > 0: $menuBarTab += '' $menuBarTab += '' $menuBarTab += '' $menuBarTab += '' $menuBarTab += '
> src="images/system/menu icons/icon_character.png">> src="images/system/menu icons/icon_lookself.png">> src="images/system/menu icons/icon_purse.png">> src="images/system/menu icons/icon_phone.png">> src="images/system/menu icons/<<$journalIcon>>">> src="images/system/menu icons/icon_menu.png">
' $stat_msg += func('cleanHTML',$menuBarTab) killvar '$menuBarTab' elseif menu_off = 1: $menuBarTab = '' $menuBarTab += '' $menuBarTab += '' if bag > 0: $menuBarTab += '' end $menuBarTab += '' $menuBarTab += '' $menuBarTab += '' $menuBarTab += '
> src="images/system/menu icons/icon_character.png">> src="images/system/menu icons/icon_lookself.png">> src="images/system/menu icons/icon_purse.png">> src="images/system/menu icons/icon_phone.png">> src="images/system/menu icons/<<$journalIcon>>">> src="images/system/menu icons/icon_menu.png">
' $stat_msg += func('cleanHTML',$menuBarTab) killvar '$menuBarTab' end !!----------------- Money ------------------------------- if bankAccount = 0 and stolmoney = 0: $stat_msg += 'You have <> ₽ in your '+iif(bag > 0, 'purse.', 'pockets.') else $stat_msg += '
'+iif(bag > 0, 'Purse.', 'Pockets.')+': <> ₽' if stolmoney > 0: $stat_msg += ', Drawer <> ₽' if bankAccount = 1: if karta >= 0: $stat_msg += ', Bank: <> ₽' else $stat_msg += ' Your bank account is overdrawn by <> ₽!!' end end end !!---------------- Messages for Icons/Texts (Start)-------------------------- if cheatNoSweat = 0: if pcs_sweat < 0: pcs_sweat = 0 elseif pcs_sweat > 69: pcs_sweat = 69 end if pcs_sweat > 59: $stat_sweat_msg = 'You are dripping wet from sweat and smell like a gym sock.' elseif pcs_sweat > 49: $stat_sweat_msg = 'You really stink.' elseif pcs_sweat > 39: $stat_sweat_msg = 'You stink.' elseif pcs_sweat > 29: $stat_sweat_msg = 'You are a little smelly.' elseif pcs_sweat > 19: $stat_sweat_msg = 'You''re sweating.' elseif pcs_sweat > 9 and deodorant_on = 1: $stat_sweat_msg = 'You feel fresh with your deodorant.' elseif arrsize('sparrvol') = 0: $stat_sweat_msg = 'You are sparkling clean.' elseif deodorant_on = 1: $stat_sweat_msg = 'You feel fresh with your deodorant on.' else $stat_sweat_msg = '' end end if body_write > 1 and face_write = 0: $stat_writing_msg = 'Your body is inscribed with derogatory graffiti.' elseif body_write = 1 and face_write = 0: $stat_writing_msg = 'Your body has an obscene message written on it.' elseif body_write = 0 and face_write > 1: $stat_writing_msg = 'Your face is covered in obscene writing.' elseif body_write = 0 and face_write = 1: $stat_writing_msg = 'Your face has a humiliating label written on it.' elseif body_write > 0 and face_write > 0: $stat_writing_msg = 'Your body and face are covered in obscene graffiti.' else $stat_writing_msg = '' end if pcs_energy < 5: $stat_hunger_msg = 'You feel faint from hunger, if you don''t have something to eat very soon, you will pass out.' $stat_hunger_tooltip = 'You feel faint from hunger.' elseif pcs_energy < 10: $stat_hunger_msg = 'You are starving, you really need to have something to eat.' $stat_hunger_tooltip = 'You are starving.' elseif pcs_energy < 20: $stat_hunger_msg = 'You are very hungry and struggle to concentrate on anything other than food.' $stat_hunger_tooltip = 'You are very hungry.' elseif pcs_energy < 30: $stat_hunger_msg = 'You feel peckish and your thoughts sometimes drift towards food.' $stat_hunger_tooltip = 'You feel peckish.' else $stat_hunger_msg = '' end if pcs_hydra < 5: $stat_thirst_msg = 'You feel light-headed, if you don''t have something to drink very soon, you will pass out.' $stat_thirst_tooltip = 'You feel light-headed.' elseif pcs_hydra < 10: $stat_thirst_msg = 'You are dehydrated, you really need to have something to drink.' $stat_thirst_tooltip = 'You are dehydrated.' elseif pcs_hydra < 20: $stat_thirst_msg = 'You are thirsty and your dry throat is irritating and distracting you.' $stat_thirst_tooltip = 'You are thirsty.' elseif pcs_hydra < 30: $stat_thirst_msg = 'You feel a little thirsty and your mouth is a little dry.' $stat_thirst_tooltip = 'You feel a little thirsty.' else $stat_thirst_msg = '' end if pcs_sleep < 5: $stat_sleep_msg = 'You can''t keep your eyes open, if you don''t go to bed now, you will fall asleep right here.' $stat_sleep_tooltip = 'You can''t keep your eyes open.' elseif pcs_sleep < 10: $stat_sleep_msg = 'You are exhausted, you really need to go to bed soon.' $stat_sleep_tooltip = 'You are exhausted.' elseif pcs_sleep < 20: $stat_sleep_msg = 'You are tired and you are struggling to concentrate.' $stat_sleep_tooltip = 'You are tired.' elseif pcs_sleep < 30: $stat_sleep_msg = 'You feel a little tired.' $stat_sleep_tooltip = 'You feel a little tired.' else $stat_sleep_msg = '' end if hypnoAddict > 0 and hypnoWithdrawal = 1 and missCum >= timeTresh: $stat_hypno_msg = 'You really miss the feeling of sperm in your body, you are strangely craving it. You should talk to your therapist about it.' $stat_hypno_tooltip = 'Talk to your therapist.' elseif hypnoAddict > 0 and hypnoWithdrawal = 1 and missCum < timeTresh: $stat_hypno_msg = 'You feel like talking to your therapist. You miss your sessions.' $stat_hypno_tooltip = 'Maybe visit your therapist.' elseif hypnoAddict > 0 and hypnoWithdrawal = 2 and missCum >= timeTresh: $stat_hypno_msg = 'You want some sperm inside of you NOW! You have to talk to your therapist, immediately.' $stat_hypno_tooltip = 'Talk to your therapist, immediately.' elseif hypnoAddict > 0 and hypnoWithdrawal = 1 and missCum < timeTresh: $stat_hypno_msg = 'You need to talk to your therapist. You feel unbalanced without your sessions.' $stat_hypno_tooltip = 'Talk to your therapist.' elseif hypnoAddict > 0: $stat_hypno_msg = 'You miss the feeling of sperm in your body and you feel moody.' $stat_hypno_tooltip = 'Maybe visit your therapist.' else $stat_hypno_msg = '' end if courthearing_date - 1 = daystart: $stat_court_msg = 'You have a court hearing tomorrow between 07:00 and 11:00. The court is located in the city center of St.Petersburg.' $stat_court_tooltip = 'Court hearing tomorrow (07:00 and 11:00).' elseif courthearing_date = daystart and hour < 11: $stat_court_msg = 'You have a court hearing today between 07:00 and 11:00. The court is located in the city center of St.Petersburg.' $stat_court_tooltip = 'Court hearing today (07:00 - 11:00).' else $stat_court_msg = '' end if frost > 0 and frost < 6: $stat_frost_msg = 'You are a little chilly.' elseif frost > 0 and frost < 11: $stat_frost_msg = 'You are cold.' elseif frost > 0: $stat_frost_msg = 'You are freezing.' else $stat_frost_msg = '' end if sick = 1: $stat_sick_tooltip = 'You are have a mild cold.' $stat_sick_msg = 'This is not good, a tickle in the throat and a little runny nose.' elseif sick > 0 and sick < 24: $stat_sick_tooltip = 'You are have a cold.' $stat_sick_msg = 'You have chills. You nose is running and throat is raw, you cough and sneeze - it looks like you got a cold.' elseif sick > 0 and sick < 48: $stat_sick_tooltip = 'You are have a serious cold.' $stat_sick_msg = 'You have a fever. Your nose is clogged, it hurts to swallow - throat aches. You continually cough and sneeze - it looks like your cold is pretty bad.' elseif sick > 0 and sick < 72: $stat_sick_tooltip = 'You are have the flu.' $stat_sick_msg = 'You have a high fever. You have a stuffy nose, sore head and throat, your coughing badly - it looks like you got a strong cold. Maybe it''s the flu.' elseif sick > 0: $stat_sick_tooltip = 'You are seriously sick.' $stat_sick_msg = 'You toss in the heat. You have a stuffy nose, headache and ache to the bone. Your throat is inflamed and very sore. You think you''re going to cough up a lung - it looks like you are seriously ill, or maybe it''s just a sore throat.' else $stat_sick_msg = '' end if SchoolBlock = 0: if week = 1: $stat_school_schedule = ' Today you have the following lessons math, russian, literature, art, biology and P.E.' elseif week = 2: $stat_school_schedule = ' Today you have the following lessons english, geography, science, shop, computer, music.' elseif week = 3: $stat_school_schedule = ' Today you have the following lessons math, russian, biology, history, computer and P.E.' elseif week = 4: $stat_school_schedule = ' Today you have the following lessons english, geography, science, shop, computer and music.' elseif week = 5: $stat_school_schedule = ' Today you have the following lessons math, russian, literature, art, history and P.E.' else $stat_school_schedule = '' end if StoryLine = 1 and SchoolAtestat = 0 and kanikuli = 0 and week < 6 and hour < 9: $stat_school_msg = 'You have to be at school before 07:55 if you don''t want to be late.' $stat_school_tooltip = 'School starts at 07:55.' elseif StoryLine = 1 and SchoolAtestat = 0 and week = 6 and hour < 9 and detention_set = 1 and SchoolAtestat = 0: $stat_school_msg = 'You have detention this morning and must be at school before 09:00.' $stat_school_tooltip = 'Detention starts at 09:00.' else $stat_school_msg = '' $stat_school_icon_msg = '' end if $stat_school_msg ! '': $stat_school_icon_msg = $stat_school_msg + $stat_school_schedule end $stat_bra_msg = '' $stat_bra_text = '' if $clothingworntype ! 'nude': if CloThinness = 6: if $clothingworntype = 'swimwear' or $clothingworntype = 'beach': $stat_bra_msg = 'Your breasts are clearly showing through your transparent swimsuit.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'exhibitionist': $stat_bra_msg = 'Your breasts are fully on display through your transparent bra and top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype ! 'none': $stat_bra_msg = 'Your bra is clearly showing through your transparent top.' $stat_bra_text = '
<<$stat_bra_msg>>' else $stat_bra_msg = 'Your breasts are fully on display through your transparent top.' $stat_bra_text = '
<<$stat_bra_msg>>' end elseif CloThinness = 5: if $clothingworntype = 'swimwear' or $clothingworntype = 'beach': $stat_bra_msg = 'Your nipples are fully outlined through your swimsuit.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'exhibitionist': $stat_bra_msg = 'Your nipples are being fully outlined through the thin fabric of your top and bra.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype ! 'none': $stat_bra_msg = 'Your bra is being outlined through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none' and pcs_horny >= 50: $stat_bra_msg = 'Your aroused nipples are hard and showing through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none' and temper < 14: $stat_bra_msg = 'Your nipples are freezing cold and visibly hard through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif CloBra = 1: $stat_bra_msg = 'Your top is replacing a bra.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none': $stat_bra_msg = 'Your nipples are being completely outlined through your thin top.' $stat_bra_text = '
<<$stat_bra_msg>>' end elseif CloThinness = 4: if $clothingworntype = 'swimwear' or $clothingworntype = 'beach': $stat_bra_msg = 'Your nipples are slightly poking through your swimsuit.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'exhibitionist': $stat_bra_msg = 'You are wearing such a thin bra that your nipples are still being fainly outlined through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype ! 'none': $stat_bra_msg = 'Your bra is being outlined through your top.' elseif $braworntype = 'none' and pcs_horny >= 50: $stat_bra_msg = 'Your aroused nipples are visibly hard.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none' and temper < 14: $stat_bra_msg = 'Your nipples are freezing cold and visibly hard through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif CloBra = 1: $stat_bra_msg = 'Your top is replacing a bra.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none': $stat_bra_msg = 'Your nipples are being faintly outlined through your top.' $stat_bra_text = '
<<$stat_bra_msg>>' end elseif CloBra = 1: $stat_bra_msg = 'Your top is replacing a bra.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none' and pcs_horny >= 50: $stat_bra_msg = 'You are not wearing a bra and your aroused nipples are rock hard.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none' and temper < 14: $stat_bra_msg = 'You are not wearing a bra and your nipples are freezing cold.' $stat_bra_text = '
<<$stat_bra_msg>>' elseif $braworntype = 'none': $stat_bra_msg = 'You are not wearing a bra.' $stat_bra_text = '
<<$stat_bra_msg>>' end end $stat_panty_msg = '' $stat_panty_text = '' if $pantyworntype = 'none' and $clothingworntype ! 'swimwear' and $clothingworntype ! 'beach': if PCloStyle = 4: $stat_panty_msg = 'You are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3 and cheatBimbo = 0: $stat_panty_msg = 'You like, totally forgot to put on any panties. You are such a bimbo.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloSkirt > 3 and pcs_inhib > 50: $stat_panty_msg = 'You feel liberated not wearing panties as your naked ass flashes from under your short skirt.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloSkirt > 3 and pcs_inhib <= 50: $stat_panty_msg = 'Your face is flushed with shame, you are not wearing panties and your naked ass flashes from under your short skirt.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloPants > 0 and $braworntype = 'none': $stat_panty_msg = 'You aren''t wearing underwear, and your bare pussy is rubbing against your clothing.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloPants > 0 and $braworntype ! 'none': $stat_panty_msg = 'You aren''t wearing panties, and your bare pussy is rubbing against your clothing.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif towel = 1: $stat_panty_msg = 'Your naked body is covered only by a short towel.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif $clothingworntype ! 'nude': $stat_panty_msg = 'You are not wearing '+iif($braworntype = 'none', 'any underwear.', 'panties.') $stat_panty_text = '
<<$stat_panty_msg>>' end elseif $pantyworntype = 'exhibitionist' and $clothingworntype ! 'swimwear' and $clothingworntype ! 'beach': if PCloStyle = 4: $stat_panty_msg = 'You are wearing see-through panties, but you are dressed as a hooker, so that''s hardly surprising.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloSkirt > 3 and pcs_inhib > 50: $stat_panty_msg = 'You feel liberated as your ass, clearly visible through your panties, flashes from under your short skirt.' $stat_panty_text = '
<<$stat_panty_msg>>' elseif PCloSkirt > 3 and pcs_inhib <= 50: $stat_panty_msg = 'Your face is flushed with shame, you are wearing panties so thin, they leave your ass clearly visible, as it flashes from under your short skirt.' $stat_panty_text = '
<<$stat_panty_msg>>' end end $stat_clothes_msg = '' $stat_clothes_text = '' if $clothingworntype = 'nude': if $pantyworntype = 'exhibitionist': if $braworntype = 'none': $stat_clothes_text = '
You are only wearing your see-through panties and your boobs sway invitingly as you walk.' $stat_clothes_tooltip = 'You are wearing your see-through panties.' $stat_clothes_msg = 'You are only wearing your see-through panties and your boobs sway invitingly as you walk.' elseif $braworntype = 'exhibitionist': $stat_clothes_text = '
You are only wearing your see-through underwear.' $stat_clothes_tooltip = 'You are wearing your see-through underwear.' $stat_clothes_msg = 'You are only wearing your see-through underwear.' else $stat_clothes_text = '
You are only wearing your see-through panties and bra.' $stat_clothes_tooltip = 'You are wearing your see-through panties and bra.' $stat_clothes_msg = 'You are only wearing your see-through panties and bra.' end elseif $pantyworntype ! 'none': if $braworntype = 'none': $stat_clothes_text = '
You are only wearing your panties and your boobs sway invitingly as you walk.' $stat_clothes_tooltip = 'You are wearing your panties.' $stat_clothes_msg = 'You are only wearing your panties and your boobs sway invitingly as you walk.' elseif $braworntype = 'exhibitionist': $stat_clothes_text = '
You are only wearing your see-through bra and panties.' $stat_clothes_tooltip = 'You are wearing your see-through bra and panties.' $stat_clothes_msg = 'You are only wearing your see-through bra and panties.' else $stat_clothes_text = '
You are only wearing your underwear.' $stat_clothes_tooltip = 'You are wearing your underwear.' $stat_clothes_msg = 'You are wearing your underwear.' end else if $braworntype ! 'none': $stat_clothes_text = '
You are only wearing your bra, leaving your pussy and ass completely exposed.' $stat_clothes_tooltip = 'You are only wearing your bra.' $stat_clothes_msg = 'You are only wearing your bra, leaving your pussy and ass completely exposed.' else if pcs_inhib < 5: $stat_clothes_text = '
You are completely naked, and it makes you feel nervous and ashamed.' $stat_clothes_tooltip = 'You don''t like being naked.' $stat_clothes_msg = 'You are completely naked, and it makes you feel nervous and ashamed.' elseif pcs_inhib < 20: $stat_clothes_text = '
You are completely naked, you''re not too comfortable with nudity but it is a little exciting.' $stat_clothes_tooltip = 'It''s a bit exciting to be naked.' $stat_clothes_msg = 'You are completely naked, you''re not too comfortable with nudity but it is a little exciting.' elseif pcs_inhib >= 90: $stat_clothes_text = '
You are completely naked, which is far better than having to wear clothes.' $stat_clothes_tooltip = 'Being naked is far better than wearing clothes.' $stat_clothes_msg = 'You are completely naked, which is far better than having to wear clothes.' else $stat_clothes_text = '
You are completely naked. It''s exciting and you feel tingly inside.' $stat_clothes_tooltip = 'It''s exciting to be naked.' $stat_clothes_msg = 'You are completely naked. It''s exciting and you feel tingly inside.' end end end $stat_clothes_style = 'nude' elseif $clothingworntype = 'exercise': if PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You are wearing a gym outfit a bimbo would wear.' $stat_clothes_tooltip = 'Bimbo gym outfit.' $stat_clothes_style = 'exercise_b' elseif PCloInhibit >= 30: $stat_clothes_msg = 'You''re wearing a revealing gym outfit.' $stat_clothes_tooltip = 'Revealing gym outfit.' $stat_clothes_style = 'exercise_s' elseif PCloInhibit >= 20: $stat_clothes_msg = 'You''re wearing a slightly revealing gym outfit.' $stat_clothes_tooltip = 'Slightly revealing gym outfit.' $stat_clothes_style = 'exercise_s' else $stat_clothes_msg = 'You''re wearing a normal gym outfit.' $stat_clothes_tooltip = 'Normal gym outfit.' $stat_clothes_style = 'exercise' end elseif $clothingworntype = 'swimwear' or $clothingworntype = 'beach': if (PCloInhibit >= 50 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing an exhibitionist swimsuit a bimbo would wear.' $stat_clothes_tooltip = 'Exhibitionist/Bimbo swimsuit.' $stat_clothes_style = 'swimsuit_eb' elseif (PCloInhibit >= 50 or PCloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1): $stat_clothes_msg = 'You are wearing an exhibitionist swimsuit.' $stat_clothes_tooltip = 'Exhibitionist swimsuit.' $stat_clothes_style = 'swimsuit_e' elseif PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You are wearing a swimsuit a bimbo would wear.' $stat_clothes_tooltip = 'Bimbo swimsuit.' $stat_clothes_style = 'swimsuit_b' elseif PCloInhibit >= 40: $stat_clothes_msg = 'You''re wearing a very revealing swimsuit.' $stat_clothes_tooltip = 'Very revealing swimsuit.' $stat_clothes_style = 'swimsuit_s' elseif PCloInhibit >= 30: $stat_clothes_msg = 'You''re wearing a revealing swimsuit.' $stat_clothes_tooltip = 'Revealing swimsuit.' $stat_clothes_style = 'swimsuit_s' elseif PCloInhibit >= 25: $stat_clothes_msg = 'You''re wearing a slightly revealing swimsuit.' $stat_clothes_tooltip = 'Slightly revealing swimsuit.' $stat_clothes_style = 'swimsuit_s' else $stat_clothes_msg = 'You''re wearing a normal swimsuit.' $stat_clothes_tooltip = 'Normal swimsuit.' $stat_clothes_style = 'swimsuit' end elseif $clothingworntype = 'office': if PCloStyle = 4 and PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing an office dress a bimbo or a prostitute would wear.' $stat_clothes_tooltip = 'Prostitute/Bimbo office dress.' $stat_clothes_style = 'office_pb' elseif PCloStyle = 4 and (PCloBimbo = 0 or cheatBimbo = 1): $stat_clothes_msg = 'You''re wearing an office dress a prostitute would wear.' $stat_clothes_tooltip = 'Prostitute office dress.' $stat_clothes_style = 'office_p' elseif (PCloInhibit >= 40 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing an exhibitionist office dress a bimbo would wear.' $stat_clothes_tooltip = 'Exhibitionist/Bimbo office office dress.' $stat_clothes_style = 'office_eb' elseif (PCloInhibit >= 40 or PCloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1): $stat_clothes_msg = 'You are wearing an exhibitionist office dress.' $stat_clothes_tooltip = 'Exhibitionist office dress.' $stat_clothes_style = 'office_e' elseif PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You are wearing an office dress a bimbo would wear.' $stat_clothes_tooltip = 'Bimbo office dress.' $stat_clothes_style = 'office_b' elseif PCloInhibit >= 30: $stat_clothes_msg = 'You''re wearing a very revealing office dress.' $stat_clothes_tooltip = 'Very revealing office dress.' $stat_clothes_style = 'office_s' elseif PCloInhibit >= 25: $stat_clothes_msg = 'You''re wearing a revealing office dress.' $stat_clothes_tooltip = 'Revealing office dress.' $stat_clothes_style = 'office_s' elseif PCloInhibit >= 20: $stat_clothes_msg = 'You''re wearing a slightly revealing office dress.' $stat_clothes_tooltip = 'Slightly revealing office dress.' $stat_clothes_style = 'office_s' else $stat_clothes_msg = 'You''re wearing a normal office dress.' $stat_clothes_tooltip = 'Normal office dress.' $stat_clothes_style = 'office' end elseif PCloStyle2 = 4: if PCloStyle = 4 and PCloBimbo = 1 and cheatBimbo = 0: if enable_extra_msg = 1: $stat_msg += '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing a school uniform a prostitute or bimbo would wear.' $stat_clothes_tooltip = 'Prostitute/Bimbo school uniform' $stat_clothes_style = 'uniform_pb' elseif PCloStyle = 4 and (PCloBimbo = 0 or cheatBimbo = 1): $stat_clothes_msg = 'You''re wearing a school uniform a prostitute would wear.' $stat_clothes_tooltip = 'Prostitute school uniform.' $stat_clothes_style = 'uniform_p' elseif PCloBimbo = 1 and cheatBimbo = 0: if enable_extra_msg = 1: $stat_msg += '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing a school uniform a bimbo would wear.' $stat_clothes_tooltip = 'Bimbo school uniform.' $stat_clothes_style = 'uniform_b' elseif PCloInhibit >= 30: $stat_clothes_msg = 'You''re wearing a very revealing school uniform.' $stat_clothes_tooltip = 'Very revealing school uniform.' $stat_clothes_style = 'uniform_s' elseif PCloInhibit >= 25: $stat_clothes_msg = 'You''re wearing a revealing school uniform.' $stat_clothes_tooltip = 'Revealing school uniform.' $stat_clothes_style = 'uniform_s' elseif PCloInhibit >= 20: $stat_clothes_msg = 'You''re wearing a slightly revealing school uniform.' $stat_clothes_tooltip = 'Slightly revealing school uniform.' $stat_clothes_style = 'uniform_s' else $stat_clothes_msg = 'You''re wearing a normal school uniform.' $stat_clothes_tooltip = 'Normal school uniform.' $stat_clothes_style = 'uniform' end elseif $clothingworntype = 'cheap' and clothingwornnumber = '414': $stat_clothes_text = '
You are wearing an old hessian sack the hunters gave you.' $stat_clothes_tooltip = 'You''re wearing an hessian sack.' $stat_clothes_msg = 'You are wearing an old hessian sack the hunters gave you.' $stat_clothes_style = 'clothes' else if PCloStyle = 4 and PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo/prostitute' $stat_clothes_msg = 'You''re wearing an outfit a bimbo, prostitute would wear.' $stat_clothes_tooltip = 'Prostitute/Bimbo outfit.' $stat_clothes_style = 'clothes_pb' elseif PCloStyle = 4: $stat_clothes_msg = 'You''re wearing an outfit a prostitute would wear.' $stat_clothes_tooltip = 'Prostitute outfit.' $stat_clothes_style = 'clothes_p' elseif (PCloInhibit >= 40 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You''re wearing exhibitionist clothes a bimbo would wear.' $stat_clothes_tooltip = 'Exhibitionist/Bimbo outfit.' $stat_clothes_style = 'clothes_eb' elseif (PCloInhibit >= 40 or PCloThinness = 6): $stat_clothes_msg = 'You are wearing exhibitionist clothes.' $stat_clothes_tooltip = 'Exhibitionist outfit.' $stat_clothes_style = 'clothes_e' elseif PCloBimbo = 1 and cheatBimbo = 0: $stat_clothes_text = '
You are dressed as a bimbo' $stat_clothes_msg = 'You are wearing bimbo clothes.' $stat_clothes_tooltip = 'Bimbo outfit.' $stat_clothes_style = 'clothes_b' elseif PCloInhibit >= 30: $stat_clothes_msg = 'You''re wearing very revealing clothes.' $stat_clothes_tooltip = 'Very revealing outfit.' $stat_clothes_style = 'clothes_s' elseif PCloInhibit >= 25: $stat_clothes_msg = 'You''re wearing revealing clothes.' $stat_clothes_tooltip = 'Revealing outfit.' $stat_clothes_style = 'clothes_s' elseif PCloInhibit >= 20: $stat_clothes_msg = 'You''re wearing slightly revealing clothes.' $stat_clothes_tooltip = 'Slightly revealing outfit.' $stat_clothes_style = 'clothes_s' else $stat_clothes_msg = 'You''re wearing normal clothes.' $stat_clothes_tooltip = 'Normal outfit.' $stat_clothes_style = 'clothes' end end $stat_img_temp = func('$body_image','clothes') $stat_clothes_msg += '
' gs 'cum_manage', 'cum_stat_display' $stat_bfgf_msg_0 = '' $stat_bfgf_tooltip_0 = '' $stat_bfgf_msg_1 = '' $stat_bfgf_tooltip_1 = '' $stat_bfgf_msg_2 = '' $stat_bfgf_tooltip_2 = '' if hour < meethour[0] and svidanie[0] = 1: $stat_bfgf_msg_0 = '<<$loverdesc[0]>> will be waiting for you near <<$streetev_home>> at <>:00.' $stat_bfgf_tooltip_0 = 'Your date with <<$loverdesc[0]>> starts at <>:00 near <<$streetev_home>>.' elseif hour = meethour[0] and svidanie[0] = 1: $stat_bfgf_msg_0 = '<<$loverdesc[0]>> is waiting for you by <<$streetev_home>>.' $stat_bfgf_tooltip_0 = '<<$loverdesc[0]>> is waiting near <<$streetev_home>>.' elseif meetday[0] < daystart and svidanie[0] = 1: pcs_lovers_rel[0] -= 10 & svidanie[0] = 0 end if hour < meethour[1] and svidanie[1] = 1: $stat_bfgf_msg_1 = '<<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <>:00.' $stat_bfgf_tooltip_1 = 'Your date with <<$loverdesc[1]>> starts at <>:00 near <<$streetev_home>>.' elseif hour = meethour[1] and svidanie[1] = 1: $stat_bfgf_msg_1 = '<<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.' $stat_bfgf_tooltip_1 = '<<$loverdesc[1]>> is waiting near <<$streetev_home>>.' elseif meetday[1] < daystart and svidanie[1] = 1: pcs_lovers_rel[1] -= 10 & svidanie[1] = 0 end if hour < meethour[2] and svidanie[2] = 1: $stat_bfgf_msg_2 = '<<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <>:00.' $stat_bfgf_tooltip_2 = 'Your date starts at <>:00 near <<$streetev_home>>.' elseif hour = meethour[2] and svidanie[2] = 1: $stat_bfgf_msg_2 = '<<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.' $stat_bfgf_tooltip_2 = '<<$loverdesc[2]>> is waiting near <<$streetev_home>>.' elseif meetday[2] < daystart and svidanie[2] = 1: pcs_lovers_rel[2] -= 10 & svidanie[2] = 0 end !!---------------- Messages for Icons/Texts (End)---------------------------- if ((young_shop_work = 1 and hour = 16 and week < 6) or (young_shop_work1 = 1 and hour = 9 and week >= 6) or (young_shop_work2 = 1 and hour = 9 and week < 6)) and inWorkYoungShop = 0 and misscheck ! daystart: misscheck = daystart young_shop_miss += 1 end if pornstack > 0: porndays = 0 :pfilmtime if porndays < 200 and pfilmday[porndays] = 0: porndays += 1 & jump 'pfilmtime' end !!-----------------Status Icons (Start)------------------ if cheatStatusIcons = 0: $stat_msg += '

' !!Row 1: Appearance $statusIconBarTab = '' $stat_hotcat_msg = 'People would rate your appearance as a <> out of 10.
' $statusIconBarTab += '
' if pcs_makeup < 5: $statusIconBarTab += '' elseif pcs_makeup = 5: $statusIconBarTab += '' end if greben = 0 or pcs_hairbsh = 1: $stat_brush_msg = 'Your hair is <<$pcs_hairbsh>>.' $statusIconBarTab += '' else $statusIconBarTab += '' end if pcs_lipbalm > 0: $statusIconBarTab += '' if false_lashes >= 1: $stat_lashes_msg = 'You''re wearing false'+iif(pcs_lashes = 4, ' mink ', ' ')+'lashes.' $statusIconBarTab +='' end if deodorant_on = 1 and pcs_sweat < 20: $statusIconBarTab += '' if pcs_sweat > 19: $statusIconBarTab += '' if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12) and pcs_pubes > 19) or (pubestyle = 10 and pcs_pubes > 29) or (pubestyle = 11 and pcs_pubes > 10): if (pubestyle = 1 and pcs_pubes > 3) or (((pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12) and pcs_pubes > 19) or (pubestyle = 10 and pcs_pubes > 29) or (pubestyle = 11 and pcs_pubes > 10): $stat_shave_msg = 'You need to shave your'+iif(pcs_leghair > 3, ' legs and ', ' ')+'pussy.' elseif pcs_leghair > 3: $stat_shave_msg = 'You need to shave your legs.' end $statusIconBarTab += '' end $statusIconBarTab += '' !!Row 2: Mood, Arousal, Hunger, Thirst, Health without STDs... willpower_percent = (100 * pcs_willpwr)/willpowermax if willpower_percent > 60: $stat_willpower_msg = 'You feel confident and in control. You still have <> (<>%) of your willpower left.' $stat_willpower_tooltip = 'You have <> (<>%) of your willpower.' $statusIconBarTab += '' elseif willpower_percent > 30: $stat_willpower_msg = 'You feel like you have less control over yourself than usual. You have <> (<>%) of your willpower left.' $stat_willpower_tooltip = 'You have <> (<>%) of your willpower.' $statusIconBarTab += '' else $stat_willpower_msg = 'In your current state, you could easily be pressured into doing things against your will. You have <> (<>%) of your willpower left.' $stat_willpower_tooltip = 'You only have <> (<>%) of your willpower.' $statusIconBarTab += '' end if pcs_mood >= 80: $statusIconBarTab += '' elseif pcs_mood >= 60: $statusIconBarTab += '' elseif pcs_mood >= 40: $statusIconBarTab += '' elseif pcs_mood >= 20: $statusIconBarTab += '' elseif pcs_mood >= 5: $statusIconBarTab += '' else $statusIconBarTab += '' end if mood_trauma > 0: mood_max_calc = max(10, mood_max) $stat_trauma_msg = 'Recent events lower your maximum mood to <>.' $statusIconBarTab += '' killvar 'mood_max_calc' end if menu_off = 0: if pain['total'] > 90: $statusIconBarTab += '' elseif pain['total'] > 60: $statusIconBarTab += '' elseif pain['total'] > 30: $statusIconBarTab += '' end else if pain['total'] > 90: $statusIconBarTab += '' elseif pain['total'] > 60: $statusIconBarTab += '' elseif pain['total'] > 30: $statusIconBarTab += '' end end if pcs_horny > 90: $statusIconBarTab += '' elseif pcs_horny > 60: $statusIconBarTab += '' elseif pcs_horny > 30: $statusIconBarTab += '' end if cheatNoEat = 0 and $stat_hunger_msg ! '' and buterbrod = 0: $statusIconBarTab += '' elseif cheatNoEat = 0 and $stat_hunger_msg ! '' and buterbrod = 1 and menu_off = 0: $statusIconBarTab += '' elseif cheatNoEat = 0 and $stat_hunger_msg ! '' and buterbrod = 1 and menu_off = 1: $statusIconBarTab += '' end if cheatNoDrink = 0 and $stat_thirst_msg ! '' and bottle = 0 and refillable_bottle < 2: $statusIconBarTab += '' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and refillable_bottle > 1 and menu_off = 0: $statusIconBarTab += '' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and bottle > 0 and menu_off = 0: $statusIconBarTab += '' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and (bottle > 0 or refillable_bottle > 1) and menu_off = 1: $statusIconBarTab += '' end if cheatNoSleep= 0 and $stat_sleep_msg ! '': $statusIconBarTab += '' $statusIconBarTab += '' !!Row 3: Pregnancy, cum, lactation, STD... if menu_off = 0: $statusIconBarTab += '' elseif menu_off = 1: $statusIconBarTab += '' end if mesec > 0 and isprok = 0 and isprokp = 0: $stat_bleed_msg = 'You need to use your feminine hygiene products'+iif($pantyworntype = 'none', ' and you need to also wear panties if you want to use a sanitary pad.', '.') $statusIconBarTab += '' elseif mesec > 0 and (isprok > 0 or isprokp > 0): $stat_bleed_msg = 'You''re using feminine hygiene products.' $statusIconBarTab += '' elseif placebopart > 0 and LutH > 0 and knowpreg = 0: $stat_bleed_msg = 'Your period is due to start soon.' $statusIconBarTab += '' elseif implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5: $stat_bleed_msg = 'You feel a slight twinge in your abdomen.' $statusIconBarTab += '' elseif thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0: if abortionbirthdate = 0 and daystart - daylastperiod > 28: if (daystart - daylastperiod > 28) and (daystart - daylastperiod <= 35): $stat_bleed_msg = 'Your period is late by <> days.' elseif (daystart - daylastperiod > 35) and (daystart - daylastperiod <= 42): $stat_bleed_msg = 'Your period is late by more than a week!' elseif (daystart - daylastperiod > 42) and (daystart - daylastperiod <= 56): $stat_bleed_msg = 'Your period is late by more than two weeks! Maybe you should see a doctor?' elseif (daystart - daylastperiod > 56) and (daystart - daylastperiod <= 84): $stat_bleed_msg = 'Your period is late by more than a month! You really should see a doctor about it.' elseif daystart - daylastperiod > 84: $stat_bleed_msg = 'You should consider the possibility of a pregnancy, since apparently you no longer have periods.' end $statusIconBarTab += '' elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 26: if daystart - abortionbirthdate <= 13: $stat_bleed_msg = 'You are still in your recovery period. Nothing to worry about.' elseif daystart - abortionbirthdate > 13 and daystart - abortionbirthdate <= 16: $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.' elseif daystart - abortionbirthdate > 16 and daystart - abortionbirthdate <= 21: $stat_bleed_msg = 'You should have recovered from you abortion by know... Right?' elseif daystart - abortionbirthdate > 21 and daystart - abortionbirthdate <= 26: $stat_bleed_msg = 'You should have definitely recovered from your abortion by now.' end $statusIconBarTab += '' elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 80: if daystart - pregbirthdate <= 41: $stat_bleed_msg = 'You are still in your recovery period. Nothing to worry about.' elseif daystart - pregbirthdate > 41 and daystart - pregbirthdate <= 48: $stat_bleed_msg = 'You are probably still in your recovery period.' elseif daystart - pregbirthdate > 48 and daystart - pregbirthdate <= 55: $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.' elseif daystart - pregbirthdate > 55 and daystart - pregbirthdate <= 70: $stat_bleed_msg = 'You should have recovered by know... Right?' elseif daystart - pregbirthdate > 70 and daystart - pregbirthdate <= 80: $stat_bleed_msg = 'You should have definitely recovered from giving birth by now.' end $statusIconBarTab += '' end elseif preg = 1: if thinkpreg = 1 and knowpreg = 0: $stat_preg_msg = 'You think you''re pregnant, but aren''t sure.' $stat_preg_tooltip = 'I think I''m pregnant.' elseif knowpreg = 1: $stat_preg_tooltip = 'I''m pregnant.' $stat_preg_msg = 'You are pregnant. Your due date is around <<$pregduedate>>.' end $statusIconBarTab += '' elseif preg = 2: $stat_preg_msg = 'Broken water and contractions, it''s pretty clear what is going on. You need to get to a hospital ASAP.' $stat_preg_tooltip = 'Go to the hospital, ASAP! You''re in labour!' $statusIconBarTab += '' end gs 'lact_lib','breast_stat_icons' if $stat_cum_msg ! '': $statusIconBarTab += '' if $stat_visible_cum_msg ! '': $statusIconBarTab += '' if stat_cumloc_check = 1 and trt_cumeater = 1 and cumeater_cheat = 0 and menu_off = 0: $statusIconBarTab += '' elseif stat_cumloc_check = 1 and trt_cumeater = 1 and cumeater_cheat = 0 and menu_off = 1: $statusIconBarTab += '' end if stat_cumloc_check = 1 and salfetka > 0 and menu_off = 0: $statusIconBarTab += '' elseif stat_cumloc_check = 1 and salfetka > 0 and menu_off = 1: $statusIconBarTab += '' end stat_STD_count = 0 $stat_STD_msg = '' if Gerpes >= 10 and GenHerpes = 1: stat_STD_count += 1 $stat_STD_msg += 'Sores have appeared on your vagina. You have genital herpes.' elseif Gerpes >= 5 and GenHerpes = 1: stat_STD_count += 1 $stat_STD_msg += 'Your vagina is red and very itchy. You have genital herpes.' elseif Gerpes >= 3 and Orerpes = 1: stat_STD_count += 1 $stat_STD_msg += 'You have cold Sores on your lips. You have oral herpes.' end if Gerpes >= 20 and GenHerpes = 1: stat_STD_count += 1 if stat_STD_count > 1: $stat_STD_msg += '
' $stat_STD_msg += 'The herpes sores also cover your ass.' end if Sifilis >= 50: stat_STD_count += 1 if stat_STD_count > 1: $stat_STD_msg += '
' $stat_STD_msg += 'Syphilitic rashes cover your whole body.' elseif Sifilis >= 21: stat_STD_count += 1 if stat_STD_count > 1: $stat_STD_msg += '
' $stat_STD_msg += 'You have a single large, hard sore on the lip. You have syphilis.' end if Triper > 2: stat_STD_count += 1 if stat_STD_count > 1: $stat_STD_msg += '
' $stat_STD_msg += 'It stings, when you''re urinating. You have gonorrhea.' end if Kandidoz > 30: stat_STD_count += 1 if stat_STD_count > 1: $stat_STD_msg += '
' $stat_STD_msg += 'There''s a white discharge coming from your vagina. You have thrush.' end if stat_STD_count > 0: $stat_STD_tooltip = 'You have '+iif(stat_STD_count = 1, 'a', '<>')+' STD'+iif(stat_STD_count = 1, '.', 's.')+' Click to find out more.' $statusIconBarTab += '' end $statusIconBarTab += '' !!Row 4: Status, Jobs, School, Clothes,... if bimbolevel > 0: $statusIconBarTab += '' if $stat_hypno_msg ! '': $statusIconBarTab += '' if succubusflag = 1 and succhungry > 0: $stat_succ_msg = 'You have needed to feed for <> day'+iif(succhungry > 1, 's.', '.') $statusIconBarTab += '' end if $stat_court_msg ! '': $statusIconBarTab += '' if $stat_school_icon_msg ! '' and SchoolBlock = 0: $statusIconBarTab += '' if work > 0: $statusIconBarTab += '' if model['icon'] = 1: if model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week = 1: $stat_model_msg = 'You can get paid for 1 more modeling job this week.' elseif model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week < 1: $stat_model_msg = 'You can get paid for 2 modeling jobs this week.' end $statusIconBarTab += '' end if pornstar['icon'] = 1 and pornstar['icon_disable'] ! daystart: if hour < 11: $stat_porn_msg = 'You are starring in a porno today at 10:00.' $statusIconBarTab += '' elseif hour >= 11 and hour < 13: $stat_porn_msg = 'You''re late for your shoot at the porn studio!' $statusIconBarTab += '' else $stat_porn_msg = 'You missed a scheduled porn shoot!' $statusIconBarTab += '' end end if $stat_bfgf_msg_0 ! '': $statusIconBarTab += '' if $stat_bfgf_msg_1 ! '': $statusIconBarTab += '' if $stat_bfgf_msg_2 ! '': $statusIconBarTab += '' if $stat_clothes_msg ! '': $statusIconBarTab += '' if $stat_bra_msg ! '': $statusIconBarTab += '' if $stat_panty_msg ! '': $statusIconBarTab += '' if analplugIN = 1 and vibratorin = 0: $statusIconBarTab += '' elseif analplugIN = 0 and vibratorin = 1: $statusIconBarTab += '' elseif analplugIN = 1 and vibratorin = 1: $statusIconBarTab += '' end $statusIconBarTab += '' !!Row 5: Drugs and other short term stuff if siga > 0: $stat_smoker_msg = 'You have <> cigarette'+iif(siga = 1, '', 's')+iif(smokerNeed > 0 and NarkImmune = 0, ' and you want to smoke.' , '.') $statusIconBarTab += '' end if smoker >= 20 and NarkImmune = 0 and smokerNeed > 20 and siga > 0: $statusIconBarTab += '' elseif smoker >= 20 and NarkImmune = 0 and smokerNeed > 20 and siga <= 0: $statusIconBarTab += '' elseif siga > 0: $statusIconBarTab += '' end if narkday ! daystart and narkoman = 1 and Slomka > 0: $stat_drug_msg += 'You need heroin and cocaine.' elseif narkday ! daystart and narkoman = 1 and Slomka <= 0: $stat_drug_msg += 'You need cocaine.' elseif SLomka > 0: $stat_drug_msg += 'You need heroin.' else $stat_drug_msg = '' end if $stat_drug_msg ! '': $statusIconBarTab += '' if alko > 0 and alko = 1: $statusIconBarTab += '' elseif alko > 0 and alko < 4: $statusIconBarTab += '' elseif alko > 0 and alko < 6: $statusIconBarTab += '' elseif alko > 0 and alko < 10: $statusIconBarTab += '' elseif alko > 0: $statusIconBarTab += '' end if mentats_dose >= 1: $statusIconBarTab += '' if aphrodisiac_timer > 0: $statusIconBarTab +='' if $stat_frost_msg ! '': $statusIconBarTab += '' if sick > 0: $statusIconBarTab += '' if recuperation = 1: $statusIconBarTab += '' if bcream_used = 1: $statusIconBarTab += '' if cumcondslip > 0: $statusIconBarTab += '' if $stat_writing_msg ! '': $statusIconBarTab += '' $statusIconBarTab += '
> src="images/system/icon/status_icons/appearance.png">> src="images/system/icon/status_icons/makeup_'+pcs_makeup+'.png">> src="images/system/icon/status_icons/makeup_4.png">> src="images/system/icon/status_icons/hair_'+pcs_hairbsh+'.png">> src="images/system/icon/status_icons/hair_0.png">> src="images/system/icon/status_icons/lipstick.png">> src="images/system/icon/status_icons/lashes.png">> src="images/system/icon/status_icons/deodorant.png">> src="images/system/icon/status_icons/need_shower.png">> src="images/system/icon/status_icons/need_shave.png">
> src="images/system/icon/status_icons/willpower_high.png">> src="images/system/icon/status_icons/willpower_med.png">> src="images/system/icon/status_icons/willpower_low.png">> src="images/system/icon/status_icons/mood_1.png">> src="images/system/icon/status_icons/mood_2.png">> src="images/system/icon/status_icons/mood_3.png">> src="images/system/icon/status_icons/mood_4.png">> src="images/system/icon/status_icons/mood_5.png">> src="images/system/icon/status_icons/mood_6.png">> src="images/system/icon/status_icons/mood_6.png">> src="images/system/icon/status_icons/pain_3.png">> src="images/system/icon/status_icons/pain_2.png">> src="images/system/icon/status_icons/pain_1.png">> src="images/system/icon/status_icons/pain_3.png">> src="images/system/icon/status_icons/pain_2.png">> src="images/system/icon/status_icons/pain_1.png">> src="images/system/icon/status_icons/arousal_high.png">> src="images/system/icon/status_icons/arousal_med.png">> src="images/system/icon/status_icons/arousal_low.png">> src="images/system/icon/status_icons/need_food.png">> src="images/system/icon/status_icons/need_food.png">> src="images/system/icon/status_icons/need_food.png">> src="images/system/icon/status_icons/need_drink.png">> src="images/system/icon/status_icons/need_drink.png">> src="images/system/icon/status_icons/need_drink.png">> src="images/system/icon/status_icons/need_drink.png">> src="images/system/icon/status_icons/need_sleep.png">
> src="images/system/icon/status_icons/vagina.png">> src="images/system/icon/status_icons/vagina.png">> src="images/system/icon/status_icons/vperiod_bleeding.png">> src="images/system/icon/status_icons/vperiod_sanitaries.png">> src="images/system/icon/status_icons/vunknown.png">> src="images/system/icon/status_icons/vunknown.png">> src="images/system/icon/status_icons/vunknown.png">> src="images/system/icon/status_icons/vunknown.png">> src="images/system/icon/status_icons/vunknown.png">> src="images/system/icon/status_icons/vpregnant.png">> src="images/system/icon/status_icons/labour.png">> src="images/system/icon/status_icons/cum_covered.png">> src="images/system/icon/status_icons/visible_cum.png">> src="images/system/icon/status_icons/cum_eater.png">> src="images/system/icon/status_icons/cum_eater.png">> src="images/system/icon/status_icons/wipes.png">> src="images/system/icon/status_icons/wipes.png">> src="images/system/icon/status_icons/std.png">
> src="images/system/icon/status_icons/bimbo.png">> src="images/system/icon/status_icons/hypno_addict.png">> src="images/system/icon/status_icons/need_succubus_feeding.png">> src="images/system/icon/status_icons/court.png">> src="images/system/icon/status_icons/school.png">> src="images/system/icon/status_icons/work.png">> src="images/system/icon/status_icons/model_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png">> src="images/system/icon/status_icons/porn_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png">> src="images/system/icon/status_icons/porn_red.png">> src="images/system/icon/status_icons/porn_red.png">> src="images/system/icon/status_icons/date.png">> src="images/system/icon/status_icons/date.png">> src="images/system/icon/status_icons/date.png">> src="images/system/icon/status_icons/<<$stat_clothes_style>>.png">> src="images/system/icon/status_icons/bra.png">> src="images/system/icon/status_icons/panties.png">> src="images/system/icon/status_icons/tbutt_plug.png">> src="images/system/icon/status_icons/tvibrator.png">> src="images/system/icon/status_icons/tdouble_stuffed.png">
> src="images/system/icon/status_icons/cigarettes.png">> src="images/system/icon/status_icons/craving_nicotine.png">> src="images/system/icon/status_icons/craving_nicotine.png">> src="images/system/icon/status_icons/smoke_cigarette.png">> src="images/system/icon/status_icons/craving_drugs.png">> src="images/system/icon/status_icons/alko_1.png">> src="images/system/icon/status_icons/alko_2.png">> src="images/system/icon/status_icons/alko_3.png">> src="images/system/icon/status_icons/alko_4.png">> src="images/system/icon/status_icons/alko_4.png">> src="images/system/icon/status_icons/drugs.png">> src="images/system/icon/status_icons/aphro_gum.png">> src="images/system/icon/status_icons/hypothermia.png">> src="images/system/icon/status_icons/health.png">> src="images/system/icon/status_icons/health.png">> src="images/system/icon/status_icons/breast_cream.png">> src="images/system/icon/status_icons/stuck_condom.png">> src="images/system/icon/status_icons/body_writing.png">
' $stat_msg += func('cleanHTML',$statusIconBarTab) killvar '$statusIconBarTab' else $stat_msg += '
' end !!-----------------Status Icons (End)------------------ !!----------------Stat Display, start-------------------------- $stat_tool_msg='' $stat_extra_msg='' if cheatStatusIcons = 1: $stat_tool_msg += '▽Icons ' else $stat_tool_msg += '▲Icons ' end if enable_show_status = 0: $stat_tool_msg += '▲Status ' else $stat_tool_msg += '▽Status ' end if enable_show_status = 0: if ETOmenu = 1: $stat_extra_msg += '
<<$pcs_health>>' $stat_extra_msg += '
<<$pcs_willpwr>>' if cheatNoEat = 0: $stat_extra_msg += '
<<$pcs_energy>>' if cheatNoDrink = 0: $stat_extra_msg += '
<<$pcs_hydra>>' if cheatNoSleep = 0: $stat_extra_msg += '
<<$pcs_sleep>>' elseif Enable_scalepic = 2: $st_temp='rgb(<<(16777216 + fcolor) mod 256>>,<<(16777216 + fcolor)/256 mod 256>>,<<(16777216 + fcolor)/65536>>)' $stat_extra_msg += '

' if MagikDostup = 0: $stat_extra_msg += '' $stat_extra_msg += '' if cheatNoEat = 0: $stat_extra_msg += '' if cheatNoDrink = 0: $stat_extra_msg += '' if cheatNoSleep = 0: $stat_extra_msg += '
'+FUNC('indiktab', '2', pcs_horny, pcs_horny)+' Arousal
'+FUNC('indiktab', '2', pain['total'], pain['total'])+' Pain
'+FUNC('indiktab', '1', pcs_health * 100 / healthmax, pcs_health)+' Health
'+FUNC('indiktab', '1', pcs_mana * 100 / manamax, pcs_mana)+' Mana
'+FUNC('indiktab', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr)+' Willpower
'+FUNC('indiktab', '1', pcs_stam * 100 / stammax, pcs_stam)+' Stamina
'+FUNC('indiktab', '1', pcs_mood, pcs_mood)+' Mood
'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+' Hunger
'+FUNC('indiktab', '1', pcs_hydra, pcs_hydra)+' Thirst
'+FUNC('indiktab', '1', pcs_sleep, pcs_sleep)+' Sleep

' else gs 'indik', '2', pcs_horny, pcs_horny $stat_extra_msg += '
<<$ind>> Arousal' gs 'indik', '2', pain['total'], pain['total'], pain['damage'] $stat_extra_msg += '
<<$ind>> Pain' gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health $stat_extra_msg += '
<<$ind>> Health' if MagikDostup = 0: gs 'indik', '1', pcs_mana * 100 / manamax, pcs_mana $stat_extra_msg += '
<<$ind>> Mana' end gs 'indik', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr $stat_extra_msg += '
<<$ind>> Willpower' gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam $stat_extra_msg += '
<<$ind>> Stamina' gs 'indik', '1', pcs_mood, pcs_mood $stat_extra_msg += '
<<$ind>> Mood' if cheatNoEat = 0: gs 'indik', '1', pcs_energy, pcs_energy $stat_extra_msg += '
<<$ind>> Hunger' end if cheatNoDrink = 0: gs 'indik', '1', pcs_hydra, pcs_hydra $stat_extra_msg += '
<<$ind>> Thirst' end if cheatNoSleep = 0: gs 'indik', '1', pcs_sleep, pcs_sleep $stat_extra_msg += '
<<$ind>> Sleep' end end end !!----------------Extra messages, start-------------------------- !!----------------▽Attributes-------------------------- if Enable_showattr = 0: $stat_tool_msg += '▽Attributes' else $stat_tool_msg += '▲Attributes' !skip if this is first message if $stat_extra_msg ! null: $stat_extra_msg += '
▲Attributes:' if Enable_scalepic = 2: $stat_extra_msg += '' if MagikDostup = 0: $stat_extra_msg += '' if succubusflag = 1: $stat_extra_msg += '' $stat_extra_msg += '' if SchoolAtestat = 0 and StoryLine > 0 and SchoolBlock = 0:$stat_extra_msg += '' $stat_extra_msg += '
'+FUNC('indiktab', '1', 100 - pcs_inhib, 100 - pcs_inhib)+' Inhibition
'+FUNC('indiktab', '1', pcs_stren, pcs_stren)+' Strength
'+FUNC('indiktab', '1', pcs_agil, pcs_agil)+' Agility
'+FUNC('indiktab', '1', pcs_vital, pcs_vital)+' Endurance
'+FUNC('indiktab', '1', pcs_intel, pcs_intel)+' Intelligence
'+FUNC('indiktab', '1', pcs_sprt, pcs_sprt)+' Spirit
'+FUNC('indiktab', '1', pcs_react, pcs_react)+' Reaction
'+FUNC('indiktab', '1', pcs_chrsm, pcs_chrsm)+' Charisma
'+FUNC('indiktab', '1', pcs_prcptn, pcs_prcptn)+' Perception
'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+' Magic
'+FUNC('indiktab', '1', sucexcess, sucexcess)+' Succubus Energy
'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+' Attractiveness
'+FUNC('indiktab', '1', pcs_grades, pcs_grades)+' School Grades
' else gs 'indik', '1', 100 - pcs_inhib, 100 - pcs_inhib $stat_extra_msg += '
<<$ind>> Inhibition' gs 'indik', '1', pcs_stren, pcs_stren $stat_extra_msg += '
<<$ind>> Strength' gs 'indik', '1', pcs_agil, pcs_agil $stat_extra_msg += '
<<$ind>> Agility' gs 'indik', '1', pcs_vital, pcs_vital $stat_extra_msg += '
<<$ind>> Endurance' gs 'indik', '1', pcs_intel, pcs_intel $stat_extra_msg += '
<<$ind>> Intelligence' gs 'indik', '1', pcs_sprt, pcs_sprt $stat_extra_msg += '
<<$ind>> Spirit' gs 'indik', '1', pcs_react, pcs_react $stat_extra_msg += '
<<$ind>> Reaction' gs 'indik', '1', pcs_chrsm, pcs_chrsm $stat_extra_msg += '
<<$ind>> Charisma' gs 'indik', '1', pcs_prcptn, pcs_prcptn $stat_extra_msg += '
<<$ind>> Perception' if MagikDostup = 0: gs 'indik', '1', pcs_magik, pcs_magik $stat_extra_msg += '
<<$ind>> Magic' if succubusflag = 1: gs 'indik', '1', sucexcess, sucexcess $stat_extra_msg += '
<<$ind>> Succubus energy' end end gs 'indik', '1', pcs_apprnc / 2, pcs_apprnc $stat_extra_msg += '
<<$ind>> Attractiveness' if SchoolAtestat = 0 and StoryLine > 0: gs 'indik', '1', pcs_grades, pcs_grades $stat_extra_msg += '
<<$ind>> School Grades' end $stat_extra_msg += '
' end end killvar '$st_temp' !!----------------▽Skills-------------------------- if Enable_showskill = 0: $stat_tool_msg += ' ▽Skills' else $stat_tool_msg += ' ▲Skills' !!----------------------▲Skills display------------------------ $stat_sktool_msg='' st_count=0 $show_table='' !!----------------Mental skills-------------------------- if Enable_show_mental_skill = 0: $stat_sktool_msg += ' ◇Mental' else $stat_sktool_msg += ' ◆Mental' if pcs_splcstng > 0 and MagikDostup = 0: gs 'show_table', '<> Spell Casting', '2' if pcs_humint > 0: gs 'show_table', '<> People skills', '2' if pcs_persuas > 0: gs 'show_table', '<> Persuasion', '2' if pcs_observ > 0: gs 'show_table', '<> Observation', '2' end !!-----------------Sport skills-------------------------- if Enable_show_sport_skill = 0: $stat_sktool_msg += ' ◇Sport' else $stat_sktool_msg += ' ◆Sport' if pcs_jab > 0: gs 'show_table', '<> Jabs', '2' if pcs_punch > 0: gs 'show_table', '<> Power Strikes', '2' if pcs_kick > 0: gs 'show_table', '<> Kicks', '2' if pcs_def > 0: gs 'show_table', '<> Defence', '2' if pcs_run > 0: gs 'show_table', '<> Running', '2' if pcs_vball > 0: gs 'show_table', '<> Volleyball', '2' if pcs_ftbll > 0: gs 'show_table', '<> Football', '2' if pcs_wrstlng > 0: gs 'show_table', '<> Wrestling', '2' if pcs_shoot > 0: gs 'show_table', '<> Marksmanship', '2' if pcs_bushcraft > 0: gs 'show_table', '<> Bushcraft', '2' if pcs_chess > 0: gs 'show_table', '<> Chess', '2' if pcs_icesktng > 0: gs 'show_table', '<> Ice Skating', '2' if pcs_gaming > 0: gs 'show_table', '<> Gaming', '2' if pcs_pool > 0: gs 'show_table', '<> Pool', '2' end !!-----------------Beauty/Modelling skills--------------- if Enable_show_beauty_skill = 0: $stat_sktool_msg += ' ◇Beauty' else $stat_sktool_msg += ' ◆Beauty' if pcs_makupskl > 0: gs 'show_table', '<> Makeup Skill', '2' if pcs_danc > 0: gs 'show_table', '<> Modern Dancing', '2' if pcs_dancero > 0: gs 'show_table', '<> Erotic Dancing', '2' if pcs_dancpol > 0: gs 'show_table', '<> Pole Dancing', '2' if pcs_cheer > 0: gs 'show_table', '<> Cheerleading', '2' if pcs_mdlng > 0: gs 'show_table', '<> Modelling', '2' if pcs_heels > 0: gs 'show_table', '<> Heels', '2' end !!---------------------Artistic skills------------------- if Enable_show_art_skill = 0: $stat_sktool_msg += ' ◇Artistic' else $stat_sktool_msg += ' ◆Artistic' if pcs_vokal > 0: gs 'show_table', '<> Singing', '2' if pcs_instrmusic > 0: gs 'show_table', '<> Instrumental Music', '2' if pcs_photoskl > 0: gs 'show_table', '<> Photography', '2' if pcs_artskls > 0: gs 'show_table', '<> Artistic Skills', '2' if pcs_perform > 0: gs 'show_table', '<> Performance', '2' if pcs_musicprod > 0: gs 'show_table', '<> Music Production', '2' end !!----------------------Job skills------------------------ if Enable_show_job_skill = 0: $stat_sktool_msg += ' ◇Job' else $stat_sktool_msg += ' ◆Job' if pcs_cleaning > 0: gs 'show_table', '<> Cleaning Skill', '2' if pcs_compskl > 0: gs 'show_table', '<> Computer Skill', '2' if pcs_comphckng > 0: gs 'show_table', '<> Hacking', '2' if pcs_hndiwrk > 0: gs 'show_table', '<> Handy-work', '2' if pcs_sewng > 0: gs 'show_table', '<> Tailoring', '2' if pcs_servng > 0: gs 'show_table', '<> Serving', '2' if pcs_medcn > 0: gs 'show_table', '<> Medicine', '2' if workPTU > 1: gs 'show_table','<> Teacher credibility','2' end !skip if this is first message if $stat_extra_msg ! null: $stat_extra_msg += '
▲Skills: <<$stat_sktool_msg>>' else $stat_extra_msg += '
<<$stat_sktool_msg>>' end if st_count > 0 : $stat_extra_msg += '
<<$show_table>>
' end end killvar 'stat_sktool_msg' killvar 'stat_skextra_msg' !!----------------▽relations-------------------------- if Enable_showrelation = 0: $stat_tool_msg += ' ▽Relations' else $stat_tool_msg += ' ▲Relations' st_count=0 $show_table='' if npc_QW['A192'] > 0:gs'show_table','Nastja: <>','2' if npc_rel['A218'] > 0:gs'show_table','Tanya: <>','2' if npc_rel['A219'] > 0:gs'show_table','Kat: <>','2' if npc_rel['A220'] > 0:gs'show_table','Vika: <>','2' if npc_rel['A93'] > 0:gs'show_table','Ira: <>','2' if npc_rel['A43'] > 0:gs'show_table','Tamara: <>','2' if alla > 0:gs'show_table','Alla: <>','2' if masha > 0:gs'show_table','Masha: <>','2' if npc_rel['A41'] > 0:gs'show_table','Givi Karapetovich: <>','2' if npc_rel['A42'] > 0:gs'show_table','Ashot: <>','2' if afra > 0:gs'show_table','Blacks: <>','2' if npc_rel['A57'] > 0:gs'show_table','Rex: <>','2' if npc_rel['A217'] > 0:gs'show_table','Pavlin: <>','2' if npc_rel['A69'] > 0:gs'show_table','Mikhail Nikolaevich: <>','2' if npc_rel['A89'] > 0:gs'show_table','Eugene: <>','2' if npc_rel['A112'] > 0:gs'show_table','Sergei Shulgin: <>','2' if npc_rel['A11'] > 0:gs'show_table','Vasily Shulgin: <>','2' if huntersAndreiQw > 0:gs'show_table','Hunter Andrew: <>','2' if huntersSergeiQw > 0:gs'show_table','Hunter Sergei: <>','2' if huntersIgorQw > 0:gs'show_table','Hunter Igor: <>','2' if pcs_lovers[0] = 1:gs'show_table', 'BF <<$loverdesc[0]>>: <>','2' if pcs_lovers[1] = 1:gs'show_table', 'BF <<$loverdesc[1]>>: <>','2' if pcs_lovers[2] = 1:gs'show_table', 'BF <<$loverdesc[2]>>: <>','2' if StoryLine > 0: if npc_rel['A29'] > 0:gs'show_table','Mother: <>','2' if npc_rel['A28'] > 0:gs'show_table','Father: <>','2' if npc_rel['A33'] > 0:gs'show_table','Sister: <>','2' if npc_rel['A34'] > 0:gs'show_table','Brother: <>','2' end if st_count > 0 : !skip if this is first message if $stat_extra_msg ! null: $stat_extra_msg += '
▲Relations:' $stat_extra_msg += '
<<$show_table>>
' end end !!----------------▽image, default to toolbar, can move to top or bottom from setting-------------------------- if Enable_statimg_loc = 0: if Enable_showstatimg = 0: $stat_tool_msg += ' ▽Image' else $stat_tool_msg += ' ▲Image' !skip if this is first message if $stat_extra_msg ! null: $stat_extra_msg += '
▲Image: <<$stat_imgtool_msg>>' else $stat_extra_msg += '
<<$stat_imgtool_msg>>' end $stat_extra_msg += '
<<$stat_imgextra_msg>>' end end if enable_extra_msg = 0: $stat_tool_msg += ' ▽Texts' else $stat_tool_msg += ' ▲Texts' end !all end, push back and clean up $stat_msg += '
' $stat_msg += func('cleanHTML',$stat_tool_msg) if $stat_extra_msg ! NULL : $stat_msg += func('cleanHTML',$stat_extra_msg) $stat_msg += '
' killvar 'stat_tool_msg' killvar 'stat_extra_msg' !!----------------Extra messages, End-------------------------- if enable_extra_msg = 1: if opPRE = 0: $stat_msg += '
<<$pcs_makeup>> and your hair is <<$pcs_hairbsh>>.' & !$stat_msg += '
' if thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0: if abortionbirthdate = 0 and daystart - daylastperiod > 28: if (daystart - daylastperiod > 28) and (daystart - daylastperiod <= 35): $stat_msg += '
Your period is late by <> days.' elseif (daystart - daylastperiod > 35) and (daystart - daylastperiod <= 42): $stat_msg += '
Your period is late by more than a week!' elseif (daystart - daylastperiod > 42) and (daystart - daylastperiod <= 56): $stat_msg += '
Your period is late by more than two weeks! Maybe you should see a doctor?' elseif (daystart - daylastperiod > 56) and (daystart - daylastperiod <= 84): $stat_msg += '
Your period is late by more than a month! You really should see a doctor about it.' elseif daystart - daylastperiod > 84: $stat_msg += '
You should consider the possibility of a pregnancy, since apparently you no longer have periods.' end !!Recovery period after an abortion is ~14-21 days elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 13: $stat_msg += '
You are still in your recovery period. Nothing to worry about.' elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 13 and daystart - abortionbirthdate <= 16: $stat_msg += '
You are maybe still in your recovery period, but there could be a risk.' elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 16 and daystart - abortionbirthdate <= 21: $stat_msg += '
You should have recovered from you abortion by know... Right?' elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 21: $stat_msg += '
You should have definitely recovered from your abortion by now.' !!Recovery period after giving birth is ~42-70 days elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 41: $stat_msg += '
You are still in your recovery period. Nothing to worry about.' elseif pregbirthdate ! 0 and daystart - pregbirthdate > 41 and daystart - pregbirthdate <= 48: $stat_msg += '
You are probably still in your recovery period.' elseif pregbirthdate ! 0 and daystart - pregbirthdate > 48 and daystart - pregbirthdate <= 55: $stat_msg += '
You are maybe still in your recovery period, but there could be a risk.' elseif pregbirthdate ! 0 and daystart - pregbirthdate > 55 and daystart - pregbirthdate <= 70: $stat_msg += '
You should have recovered by know... Right?' elseif pregbirthdate ! 0 and daystart - pregbirthdate > 70: $stat_msg += '
You should have definitely recovered from giving birth by now.' end end if implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5: $stat_msg += '
You feel a slight twinge in your abdomen.' end if mesec > 0: $stat_msg += '
You are currently having your period. ' if isprok = 0 and isprokp = 0: $stat_msg += 'You need to use your feminine hygiene products.' elseif isprokp = 1 and $pantyworntype = 'none': isprokp = 0 $stat_msg += 'You need to wear panties to use a sanitary pad.' end $stat_msg += '' elseif placebopart > 0 and LutH > 0 and knowpreg = 0: $stat_msg += '
Your period is due to start soon.' $stat_msg += '' end if $cycreport_txt ! null and menu_off = 0: $stat_msg += '
<<$cycreport_txt>>
' elseif $cycreport_txt ! null and menu_off = 1: $stat_msg += '
<<$cycreport_txt>>
' end !!if shame > 0:$stat_msg += '
<<$shame>>' & $stat_msg += '
' if $pcs_mood ! '': $stat_msg += '
<<$pcs_mood>>' if mentats_dose >= 1: $stat_msg += '
You feel sharp and focused.' if bcream_used = 1: $stat_msg += '
Your breasts are feeling hot and tingly.' if aphrodisiac_timer > 0: $stat_msg += '
You are feeling hot and every move causes your groin to tingle.' if cheatNoEat = 0 and $stat_hunger_msg ! '' and pcs_energy < 5: $stat_msg += '
<<$stat_hunger_msg>>' elseif cheatNoEat = 0 and $stat_hunger_msg ! '' and pcs_energy < 10: $stat_msg += '
<<$stat_hunger_msg>>' elseif cheatNoEat = 0 and $stat_hunger_msg ! '' and pcs_energy < 20: $stat_msg += '
<<$stat_hunger_msg>>' elseif cheatNoEat = 0 and $stat_hunger_msg ! '' and pcs_energy < 30: $stat_msg += '
<<$stat_hunger_msg>>' end if cheatNoDrink = 0 and $stat_thirst_msg ! '' and pcs_hydra < 5: $stat_msg += '
<<$stat_thirst_msg>>' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and pcs_hydra < 10: $stat_msg += '
<<$stat_thirst_msg>>' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and pcs_hydra < 20: $stat_msg += '
<<$stat_thirst_msg>>' elseif cheatNoDrink = 0 and $stat_thirst_msg ! '' and pcs_hydra < 30: $stat_msg += '
<<$stat_thirst_msg>>' end if cheatNoSleep= 0 and $stat_sleep_msg ! '' and pcs_sleep < 5: $stat_msg += '
<<$stat_sleep_msg>>' elseif cheatNoSleep= 0 and $stat_sleep_msg ! '' and pcs_sleep < 10: $stat_msg += '
<<$stat_sleep_msg>>' elseif cheatNoSleep= 0 and $stat_sleep_msg ! '' and pcs_sleep < 20: $stat_msg += '
<<$stat_sleep_msg>>' elseif cheatNoSleep= 0 and $stat_sleep_msg ! '' and pcs_sleep < 30: $stat_msg += '
<<$stat_sleep_msg>>' end if pcs_horny >= 50: if pcs_horny < 90 and $pantyworntype ! 'none': $stat_msg += '
You are a little nervous, feeling nice between your legs itchy from arousal.' elseif pcs_horny < 90 and $pantyworntype = 'none': $stat_msg += '
You are a little nervous, feeling nice between your legs itchy from arousal.' elseif $pantyworntype ! 'none': $stat_msg += '
You can''t stop thinking about sex, between your legs you are soaked from your juices.' else $stat_msg += '
You can''t stop thinking about sex, between your legs you are soaked from your juices.' end end if smoker >= 20 and NarkImmune = 0: if smokerNeed > 0: if siga > 0: $stat_msg += '
You want to smoke. You have <> cigarettes left.
' else $stat_msg += '
You want to smoke, but you have no cigarettes left.
' end else if siga > 0: $stat_msg += '
You have <> cigarettes left.
' else $stat_msg += '
You feel like you should get some cigarettes.
' end end elseif siga > 0: $stat_msg += '
You have <> cigarettes.
' end if smokeHour = hour and smokeday = daystart and smokeminut >= minut: $stat_msg += '
You are smoking a cigarette.
' if jointhour = hour and jointday = daystart and jointminut >= minut: $stat_msg += '
You are smoking a joint.
' if cheatNoSweat = 0 and pcs_sweat > 59: $stat_msg += '
<<$stat_sweat_msg>>
' elseif cheatNoSweat = 0 and pcs_sweat > 49: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and pcs_sweat > 39: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and pcs_sweat > 29: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and pcs_sweat > 19: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and pcs_sweat > 9 and deodorant_on = 1: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and arrsize('sparrvol') = 0: $stat_msg += '
<<$stat_sweat_msg>>' elseif cheatNoSweat = 0 and deodorant_on = 1: $stat_msg += '
<<$stat_sweat_msg>>' end !! breast status gs 'lact_lib','breast_stat_disp' if $stat_writing_msg ! '': $stat_msg += '
<<$stat_writing_msg>>' if recuperation = 1: $stat_msg += 'You are still recovering from major surgery.' $stat_msg += $stat_cum_text !!stds if Gerpes >= 10 and GenHerpes = 1: $stat_msg += '
Sores have appeared on your vagina. You have genital herpes.' elseif Gerpes >= 5 and GenHerpes =1: $stat_msg += '
Your vagina is red and very itchy. You have genital herpes.' elseif Gerpes >= 3 and Orerpes = 1: $stat_msg += '
You have cold Sores on your lips. You have oral herpes.' end if Gerpes >= 20 and GenHerpes =1:$stat_msg += '
The herpes sores also cover your ass.' if Sifilis >= 50: $stat_msg += '
Syphilitic rashes cover your whole body.' elseif Sifilis >= 21: $stat_msg += '
You have a single large, hard sore on the lip. You have syphilis.' end if Triper > 2:$stat_msg += '
There''s a white discharge and a strong smell coming from your vagina, and it stings when urinating. You have gonorrhea.' if Kandidoz > 30:$stat_msg += '
There''s a white discharge and strong smell from your vagina. You have thrush.' !!drug withdrawal if SLomka > 0:$stat_msg += '
You are very weak and hurt to the bone. You''re suffering withdrawal.' if narkday ! daystart and narkoman = 1:$stat_msg += '
You are very weak and hurt to the bone. You urgently need some cocaine.' ! WD: Bimbo look if bimbolevel > 0: $stat_msg += '
<<$bimbostatus>>' if analplugIN = 1:$stat_msg += '
You have a butt plug inserted in your ass.' if vibratorin = 1:$stat_msg += '
You have a vibrator inserted in your vagina.' if alko > 0 and alko = 1: $stat_msg += '
You feel a little buzz from drinking.' elseif alko > 0 and alko < 4: $stat_msg += '
You''re feeling a bit tipsy.' elseif alko > 0 and alko < 6: $stat_msg += '
You''re drunk.' elseif alko > 0 and alko < 10: $stat_msg += '
You''re very drunk.' elseif alko > 0: $stat_msg += '
You''re wasted.' end if $stat_frost_msg ! '': $stat_msg += '
<<$stat_frost_msg>>' if $stat_sick_msg ! '': $stat_msg += '
<<$stat_sick_msg>>' $stat_msg += $stat_bra_text $stat_msg += $stat_panty_text $stat_msg += $stat_clothes_text if SchoolBlock = 0: if $stat_school_msg ! '' and StoryLine = 1 and SchoolAtestat = 0 and kanikuli = 0 and week < 6 and hour < 9: $stat_msg += '
<<$stat_school_msg>>' elseif $stat_school_msg ! '' and StoryLine = 1 and SchoolAtestat = 0 and week = 6 and hour < 9 and detention_set = 1 and SchoolAtestat = 0: $stat_msg += '
<<$stat_school_msg>>' end end end !!------------------ Things without an icon (Start) ------------------- if fingal > 0:$stat_msg += '
You have a black eye.' if mosol >= 50: $stat_msg += '
Your pussy itches a great deal and is affecting your mood, you should use some cream or stop wearing pants without underwear.' elseif mosol >= 30: $stat_msg += '
Your pussy feels a little itchy, it seems to be from rubbing against your clothing.' end if $pantyworntype ! 'none' and clit_size >= 25: $stat_msg += '
Your panties keep rubbing against your clit and making you horny.' if $mudnerd ! '':$stat_msg += '
<<$mudnerd>>' if home_owned[1] > 0: $streetev_home = 'your apartment' elseif tanwork = 1: $streetev_home = 'Tanya''s apartment' elseif func('uniutil', 'student_status') > 0: $streetev_home = 'your dorm' elseif home_owned[2] = 1: $streetev_home = 'outside your apartment block' else $streetev_home = 'the train station' end if StrongNarkota > 20 or jointhigh > 0:$stat_msg += '
You are stoned.' if amphHigh > 0: $stat_msg += '
You feel a little wired.' !!--------------- Storyline = 1 Events (Start) ------------------------ if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or (npc_QW['A33'] >= 9 and sisboytrioQW ! 1)):$stat_msg += '
' & $stat_msg += '
You promised your sister not to go into your room at 18:00.' if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and sisboytrioQW = 1:$stat_msg += '
' & $stat_msg += '
You promised your sister to meet her in your room at 18:00.' if StoryLine = 1 and day = nyp_day and month = 12 and SchoolAtestat = 0 and hour >= 5 and hour <= 14 and StoryLine = 1: $stat_msg += '
At 14:00 your school''s New Year''s party will start.' elseif StoryLine = 1 and InvitationToDimkaNYparty = 1 and month = 12 and day = 31: $stat_msg += '
Go to the residential area between 15:00 and 18:00 to go to Dimka''s New Year party.' end if StoryLine = 1 and gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour > 15 and hour < 21: $stat_msg += '
Meet Lena and Lera at the apartment garages at eight' if StoryLine = 1 and nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '
Join nerds at the community center at eight' !!--------------- Storyline = 1 Events (End) ------------------------ if home_owned[1] = 1 and home_owned[4] > 0: $stat_msg += '
You have rented an apartment in the city residential area, which is paid up for <> days, and you also have an apartment in Pushkin, which is paid up for <> days. Utilities are due on the 25th of <<$month>>.' elseif home_owned[1] = 1: $stat_msg += '
You have rented an apartment in the city residential area, and you''re paid up for <> days. Utilities are due on the 25th of <<$month>>.' elseif home_owned[4] > 0: $stat_msg += '
You have rented an apartment in Pushkin, and you''re paid up for <> days. Utilities are due on the 25th of <<$month>>.' end if $nichStatMsg ! '': $stat_msg += '
<<$nichStatMsg>>' if npc_QW['A113'] = 1: $stat_msg += '
You owe Vadim Bely <> and you need to pay him <>
this week.' !!------------------ Things without an icon (End) ------------------- !!------------------ Gadukino chores and such ------------------- if display_bb = 1: if boletus + boletus_cooked + bilberry > 0: $stat_msg += '
' if boletus + boletus_cooked + bilberry >= 5: $stat_msg +='
Your basket is full and you cannot carry more. ' else $stat_msg +='
Your basket is partially full. ' end $stat_msg += '
(Click numbers to throw away one a time) ' if boletus > 0:$stat_msg +='
Mushrooms: <> kg. ' if boletus_cooked > 0:$stat_msg +='
Cooked Mushrooms: <> kg. ' if bilberry > 0:$stat_msg +='
Berries: <> kg. ' end end !! Grandma chores if grandmaQW['chore_clean_floor'] = 1: $stat_msg += '
You promised Grandma you would clean the floors in her house today.' elseif grandmaQW['chore_clean_floor'] = 2: $stat_msg += '
You cleaned the floors for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_wash_clothes'] = 1: $stat_msg += '
You promised Grandma you would wash clothes for her today.' elseif grandmaQW['chore_wash_clothes'] = 2: $stat_msg += '
You washed clothes for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_milk_cow'] = 1: $stat_msg += '
You promised Grandma you would milk the cow in the barn for her today.' elseif grandmaQW['chore_milk_cow'] = 2: $stat_msg += '
You milked the cow for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_groceries'] = 1: $stat_msg += '
You promised Grandma you would go get groceries for her today.' elseif grandmaQW['chore_groceries'] = 2: $stat_msg += '
You got the groceries for Grandma - you should go give them to her.' elseif grandmaQW['chore_can_mushrooms'] = 1: $stat_msg += '
You promised Grandma you would help her can mushrooms today.' elseif grandmaQW['chore_can_berries'] = 1: $stat_msg += '
You promised Grandma you would help her can berries today.' elseif grandmaQW['can_veggies'] = 1: $stat_msg += '
You promised Grandma you would help her can vegetables today.' elseif grandmaQW['chore_feed_chickens'] = 1: $stat_msg += '
You promised Grandma you would feed the chickens for her today.' elseif grandmaQW['chore_feed_chickens'] = 2: $stat_msg += '
You fed the chickens for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_work_in_garden'] = 1: $stat_msg += '
You promised Grandma you would work in the garden today.' elseif grandmaQW['chore_work_in_garden'] = 2: $stat_msg += '
You worked in the garden for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_water_garden'] = 1: $stat_msg += '
You promised Grandma you would water the plants in the garden today.' elseif grandmaQW['chore_water_garden'] = 2: $stat_msg += '
You watered the plants in the garden for Grandma - you should let her know that it is done.' elseif grandmaQW['chore_collect_strawberries'] = 1: $stat_msg += '
You promised Grandma you would pick strawberries from the garden for her today.' elseif grandmaQW['chore_collect_strawberries'] = 2: $stat_msg += '
You picked strawberries for Grandma - you should give them to her.' elseif grandmaQW['chore_collect_fruit'] = 1: $stat_msg += '
You promised Grandma you would collect fruit from the garden for her today.' elseif grandmaQW['chore_collect_fruit'] = 2: $stat_msg += '
You collected fruit for Grandma - you should give them to her.' elseif grandmaQW['chore_harvest_garden'] = 1: $stat_msg += '
You promised Grandma you would harvest vegetables from the garden for her today.' elseif grandmaQW['chore_harvest_garden'] = 2: $stat_msg += '
You harvested vegetables for Grandma - you should give them to her.' elseif grandmaQW['chore_gather_mushrooms'] > 0 and grandmaQW['chore_gather_mushrooms'] < 3: if boletus < grandmaQW['chore_mushroom_quantity']: grandmaQW['chore_gather_mushrooms'] = 1 $stat_msg += '
You promised Grandma you would pick <> kg of mushrooms for her today.' else grandmaQW['chore_gather_mushrooms'] = 2 $stat_msg += '
You have picked the <> kg of mushrooms that Grandma asked for - you should give them to her.' end elseif grandmaQW['chore_gather_berries'] > 0 and grandmaQW['chore_gather_berries'] < 3: if bilberry < grandmaQW['chore_berry_quantity']: grandmaQW['chore_gather_berries'] = 1 $stat_msg += '
You promised Grandma you would pick <> kg of berries for her today.' else grandmaQW['chore_gather_berries'] = 2 $stat_msg += '
You have picked the <> kg of berries that Grandma asked for - you should give them to her.' end elseif grandmaQW['chore_gather_both'] > 0 and grandmaQW['chore_gather_both'] < 3: if bilberry < grandmaQW['chore_berry_quantity'] or boletus < grandmaQW['chore_mushroom_quantity']: grandmaQW['chore_gather_both'] = 1 $stat_msg += '
You promised Grandma you would pick <> kg of mushrooms and <> kg of berries for her today.' else grandmaQW['chore_gather_both'] = 2 $stat_msg += '
You have picked the <> kg of mushrooms and <> kg of berries that Grandma asked for - you should give them to her.' end end !! Grandpa chores if grandpaQW['chore_fetch_firewood'] = 1: $stat_msg += '
You promised Grandpa you would fetch firewood for him today.' elseif grandpaQW['chore_fetch_firewood'] = 2: $stat_msg += '
You fetched some firewood for Grandpa - you should give it to him.' elseif grandpaQW['chore_feed_horse'] = 1: $stat_msg += '
You promised Grandpa you would feed the horse in the barn for him today.' elseif grandpaQW['chore_feed_horse'] = 2: $stat_msg += '
You fed the horse for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_feed_cow'] = 1: $stat_msg += '
You promised Grandpa you would feed the cow in the barn for him today.' elseif grandpaQW['chore_feed_cow'] = 2: $stat_msg += '
You fed the cow for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_clean_yard'] = 1: $stat_msg += '
You promised Grandpa you would clean the yard for him today.' elseif grandpaQW['chore_clean_yard'] = 2: $stat_msg += '
You cleaned the yard for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_brush_horse'] = 1: $stat_msg += '
You promised Grandpa you would groom the horse for him today.' elseif grandpaQW['chore_brush_horse'] = 2: $stat_msg += '
You groomed the horse for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_feed_boar'] = 1: $stat_msg += '
You promised Grandpa you would feed the pig in the barn for him today.' elseif grandpaQW['chore_feed_boar'] = 2: $stat_msg += '
You fed the pig for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_lead_horse_to_field'] = 1: $stat_msg += '
You promised Grandpa you would take the horse from the barn to the field for him today.' elseif grandpaQW['chore_lead_horse_to_field'] = 2: $stat_msg += '
You took the horse to the field for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_lead_cow_to_field'] = 1: $stat_msg += '
You promised Grandpa you would take the cow from the barn to the field for him today.' elseif grandpaQW['chore_lead_cow_to_field'] = 2: $stat_msg += '
You took the cow to the field for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_bathe_horse'] = 1: $stat_msg += '
You promised Grandpa you would take the horse from the barn and bathe it in the river for him today.' if grandpaQW['chore_bathe_horse_prog'] = 1: $stat_msg += '
You have taken the horse to the river, but haven''t bathed him yet.' elseif grandpaQW['chore_bathe_horse'] = 2: $stat_msg += '
You have bathed the horse in the river, but haven''t led him back home yet.' end elseif grandpaQW['chore_bathe_horse'] = 2: $stat_msg += '
You bathed the horse for Grandpa - you should let him know that it is done.' elseif grandpaQW['chore_gather_mushrooms'] > 0 and grandpaQW['chore_gather_mushrooms'] < 3: if boletus < grandpaQW['chore_mushroom_quantity']: grandpaQW['chore_gather_mushrooms'] = 1 $stat_msg += '
You promised Grandpa you would pick <> kg of mushrooms for him today.' else grandpaQW['chore_gather_mushrooms'] = 2 $stat_msg += '
You have picked the <> kg of mushrooms that Grandpa asked for - you should give them to him.' end elseif grandpaQW['chore_gather_berries'] > 0 and grandpaQW['chore_gather_berries'] < 3: if bilberry < grandpaQW['chore_berry_quantity']: grandpaQW['chore_gather_berries'] = 1 $stat_msg += '
You promised Grandpa you would pick <> kg of berries for him today.' else grandpaQW['chore_gather_berries'] = 2 $stat_msg += '
You have picked the <> kg of berries that Grandpa asked for - you should give them to him.' end elseif grandpaQW['chore_gather_both'] > 0 and grandpaQW['chore_gather_both'] < 3: if bilberry < grandpaQW['chore_berry_quantity'] or boletus < grandpaQW['chore_mushroom_quantity']: grandpaQW['chore_gather_both'] = 1 $stat_msg += '
You promised Grandpa you would pick <> kg of mushrooms and <> kg of berries for him today.' else grandpaQW['chore_gather_both'] = 2 $stat_msg += '
You have picked the <> kg of mushrooms and <> kg of berries that Grandpa asked for - you should give them to him.' end end !! in case both grandparents gave you forest gathering chores if (boletus >= grandpaQW['chore_mushroom_quantity'] or boletus >= grandmaQW['chore_mushroom_quantity']) and (boletus < (grandpaQW['chore_mushroom_quantity'] + grandmaQW['chore_mushroom_quantity'])): temp_boletus = (grandpaQW['chore_mushroom_quantity'] + grandmaQW['chore_mushroom_quantity']) - boletus $stat_msg += '
You need <> more '+iif(temp_boletus = 1, 'kilo', 'kilos')+' of mushrooms to satisfy both of your grandparents'' requests.' end if (bilberry >= grandpaQW['chore_berry_quantity'] or bilberry >= grandmaQW['chore_berry_quantity']) and (bilberry < (grandpaQW['chore_berry_quantity'] + grandmaQW['chore_berry_quantity'])): temp_bilberry = (grandpaQW['chore_berry_quantity'] + grandmaQW['chore_berry_quantity']) - bilberry $stat_msg += '
You need <> more '+iif(temp_bilberry = 1, 'kilo', 'kilos')+' of berries to satisfy both of your grandparents'' requests.' end !!------------------ Gadukino chores and such (End) ------------------- if enable_extra_msg = 1: if hour < meethour[0] and svidanie[0] = 1: $stat_msg += '
<<$stat_bfgf_msg_0>>' elseif hour = meethour[0] and svidanie[0] = 1: $stat_msg += '
<<$stat_bfgf_msg_0>>' end if hour < meethour[1] and svidanie[1] = 1: $stat_msg += '
<<$stat_bfgf_msg_1>>' elseif hour = meethour[1] and svidanie[1] = 1: $stat_msg += '
<<$stat_bfgf_msg_1>>' end if hour < meethour[2] and svidanie[2] = 1: $stat_msg += '
<<$stat_bfgf_msg_2>>' elseif hour = meethour[2] and svidanie[2] = 1: $stat_msg += '
<<$stat_bfgf_msg_2>>' end if $stat_court_msg ! '': $stat_msg += '
<<$stat_court_msg>>' if young_shop_work = 1 and hour = 16 and minut <= 5 and week < 6 and inWorkYoungShop = 0: $stat_msg += 'You are late for work at Pussy-Cats.' elseif young_shop_work = 1 and hour = 16 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart: $stat_msg += '
You missed work.' elseif young_shop_work = 1 and (hour = 14 or hour = 15) and week < 6: $stat_msg += '
You start work at Pussy-Cats today at 16:00.' end if young_shop_work1 = 1 and hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0: $stat_msg += 'You are late for work at Pussy-Cats.' elseif young_shop_work1 = 1 and hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart: $stat_msg += '
You missed work.' elseif young_shop_work1 = 1 and (hour = 7 or hour = 8) and week >= 6: $stat_msg += '
By 9:00 you have to be at Pussy-Cats to start work.' end if young_shop_work2 = 1 and hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0: $stat_msg += 'You are late for work at Pussy-Cats.' elseif young_shop_work2 = 1 and hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart: $stat_msg += '
You missed work.' elseif young_shop_work2 = 1 and (hour = 7 or hour = 8) and week < 6: $stat_msg += '
By 9:00 you have to be at Pussy-Cats to start work.' end if workrin = 1 and (week = 2 or week = 4 or week = 6) and hour > 5 and hour < 8: $stat_msg += '
At 8 o''clock you start work on the market.' elseif workrin = 1 and (week = 2 or week = 4 or week = 6) and hour = 8: $stat_msg += '
You need to work on the market now.' end if masseuse['jobtype'] > 0: if masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_1'] = 1: $stat_msg += '
You have a shift at the salon today at 9:00.' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_2'] = 1: $stat_msg += '
You have a shift at the salon today at 13:00.' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_3'] = 1: $stat_msg += '
You have a shift at the salon today at 17:00.' end end if model['status'] > 0 and model_week = (daystart - week) / 7 and model_job_week >= 2: $stat_msg += '
You have no more modeling jobs available this week.' elseif model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week = 1: $stat_msg += '
You can get paid for 1 more modeling job this week.' elseif model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week < 1: $stat_msg += '
You can get paid for 2 modeling jobs this week.' end if pornstack > 0 and pfilmday[0] = 0: if pfilmday[1] = 0: $stat_msg += '
You will star in another porno in <> days.' else $stat_msg += '
You have a porno shoot scheduled tomorrow.' end end if pfilmday[0] > 0: if pornnow = 1: $stat_msg += '
You are at a porn shooting.' else if hour < 11: $stat_msg += '
You are expected in the porno studio at 10:00.' if hour >= 11 and hour < 13: $stat_msg += '
You should be at the porno studio, shooting!' if hour >= 13: $stat_msg += '
You missed a scheduled porno shoot!' end end if pornmiss = 1: $stat_msg += '
You missed a scheduled porno shoot!' if prodcosttrue > 0: $stat_msg += '
You owe money to the porn studio <>?' if firstkasting > 0 and pfilmNO < 1: if pornstack <= 10: $stat_msg += '
You are currently unable to book any more porn shoots at the Porn Studio.' elseif pornstack = 11: $stat_msg += '
You can contract <<10-pornstack>> porn shoot at the Porn Studio.' else $stat_msg += '
You can contract up to <<10-pornstack>> porn shoots at the Porn Studio.' end end if masseuse['jobtype'] > 0: if masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_1'] = 1 and hour < 9: '
You have a shift at the salon today at 9:00.' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_1'] = 1 and hour < 9: '
You''re late for your 9:00 shift at the salon!' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_2'] = 1 and hour < 13: '
You have a shift at the salon today at 13:00.' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_2'] = 1 and hour < 13: '
You''re late for your 13:00 shift at the salon!' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_3'] and hour < 17: '
You have a shift at the salon today at 17:00.' elseif masseuse['<>_shift_check'] = 1 and masseuse['<>_shift_3'] = 1 and hour < 17: '
You''re late for your 17:00 shift at the salon!' end end if hour < 22 and week >= 2 and week <= 4 and workKafe = 1:$stat_msg += '
Today you have a shift at The Roadhouse cafe starting at 11:00.' if hour < 17 and week < 5 and workSec >= 1 or hour < 17 and week < 5 and workSec = 1:$stat_msg += '
Today you have a shift as a secretary at Titran-Express from 9:00 to 17:00' if hour < 17 and week < 5 and BurgerQW['Secretary'] = 1:$stat_msg += '
Today you have a shift as a secretary at Diner Bystroeshka from 9:00 to 17:00' if hour < 20 and week => 1 and week <= 5 and age < 18 and workFabrika = 1:$stat_msg += '
Today you have work in the garment factory in Pavlovsk. Shift starts at 16:00.' if hour < 16 and week => 1 and week <= 5 and age >= 18 and workFabrika = 1:$stat_msg += '
Today you have work in the garment factory in Pavlovsk. Shift starts at 8:00.' if hour < 16 and week > 1 and week <= 5 and workhosp = 1:$stat_msg += '
You work as a nurse in the city residential area clinic. Your shift starts at 8:00.' if hour < 10 and worksalon = 1 and (week = 1 or week = 3 or week = 5):$stat_msg += '
Today you have work as masseuse in beauty salon. Shift starts at 9:00.' if leonidVisit = 1 and hour < 21 and hour > 6: $stat_msg += '
You have to serve Leonid at 20:00 in his Pavlovsk office!' if hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 1 and missCum >= timeTresh: $stat_msg += '
<<$stat_hypno_msg>>' elseif hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 1 and missCum < timeTresh: $stat_msg += '
<<$stat_hypno_msg>>' elseif hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 2 and missCum >= timeTresh: $stat_msg += '
<<$stat_hypno_msg>>' elseif hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 2 and missCum < timeTresh: $stat_msg += '
<<$stat_hypno_msg>>' elseif hypnoAddict > 0 and $stat_hypno_msg ! '': $stat_msg += '
<<$stat_hypno_msg>>' end end gs 'brother', 'brotherSexCount' !! List Current Active Spells if arrsize('spellComplete') > 0: $tempSpellText="
Active Spells" i=0 :ActiveSpellLoop if i < arrsize('spellComplete'): $tempSpellText += "
<<$spellName[$spellTimeName[i]]>>" i += 1 jump 'ActiveSpellLoop' end $stat_msg += func('cleanHTML',$tempSpellText) killvar '$tempSpellText' killvar 'i' end !!Guitar icon goes here if ml_guitar['carried'] = 2 or $ml_guitar['location'] = 'testlab': $stat_msg +='

' end !! !!zero checks marriage proverka1 = 0 proverka2 = 0 proverka3 = 0 proverka4 = 0 proverka5 = 0 if disable_LoadSave = 0: $stat_msg += '

' elseif disable_LoadSave = 2: $stat_msg += '

Quick Save Save Load Quick Load' end if PillToggle = 1 and tabletki > 0: Stabletki += tabletki tabletki = 0 elseif PillToggle = 0 and Stabletki > 0: tabletki += Stabletki Stabletki = 0 end if CondomToggle = 1 and prezik > 0: Sprezik += prezik prezik = 0 elseif CondomToggle = 0 and Sprezik > 0: prezik += Sprezik Sprezik = 0 end $stat_android += ' Q.S Q.L' if Enable_statimg_loc = 2: $stat_msg += '
<<$stat_imgtool_msg>>
<<$stat_imgextra_msg>>' killvar 'stat_imgtool_msg' killvar 'stat_imgextra_msg' if Enable_statfsize > 0: $stat_msg += '
' & !disable this, all texts comes from pl will have the same font size, like[time] if Enable_faceturn = 1: view FUNC('$face_image') if Enable_Android = 0: pl '<<$stat_msg>>' else '<<$stat_android>>' $stat_msg = 'Android mode, Refresh<<$stat_msg>>' end --- stat_display ---------------------------------