|
@@ -194,7 +194,7 @@ 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_msg = 'You feel peckish, and your thoughts sometimes drift towards food.'
|
|
|
$stat_hunger_tooltip = 'You feel peckish.'
|
|
|
else
|
|
|
$stat_hunger_msg = ''
|
|
@@ -207,10 +207,10 @@ 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_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_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 = ''
|
|
@@ -245,7 +245,7 @@ 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_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 = ''
|
|
@@ -272,20 +272,20 @@ else
|
|
|
end
|
|
|
|
|
|
if sick = 1:
|
|
|
- $stat_sick_tooltip = 'You are having a mild cold.'
|
|
|
+ $stat_sick_tooltip = 'You 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 having a cold.'
|
|
|
+ $stat_sick_tooltip = 'You 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 having a serious cold.'
|
|
|
+ $stat_sick_tooltip = 'You 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 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.'
|
|
|
+ $stat_sick_msg = 'You have a high fever. You have a stuffy nose, sore head and throat, you''re 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.'
|
|
|
+ $stat_sick_msg = 'You toss in the heat. You have a stuffy nose and 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
|
|
@@ -364,7 +364,7 @@ if $clothingworntype ! 'nude':
|
|
|
$stat_bra_msg = 'Your nipples are slightly poking through your swimsuit.'
|
|
|
$stat_bra_text = '<BR><font color = #AB052A><<$stat_bra_msg>></font>'
|
|
|
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_msg = 'You are wearing such a thin bra that your nipples are still being faintly outlined through your top.'
|
|
|
$stat_bra_text = '<BR><font color = #AB052A><<$stat_bra_msg>></font>'
|
|
|
elseif $braworntype ! 'none':
|
|
|
$stat_bra_msg = 'Your bra is being outlined through your top.'
|
|
@@ -410,7 +410,7 @@ if $pantyworntype = 'none' and $clothingworntype ! 'swimwear' and $clothingwornt
|
|
|
$stat_panty_msg = 'You feel liberated not wearing panties as your naked ass flashes from under your short skirt.'
|
|
|
$stat_panty_text = '<BR><font color=#0064FF><<$stat_panty_msg>></font>'
|
|
|
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_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 = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
elseif PCloPants > 0 and $braworntype = 'none':
|
|
|
$stat_panty_msg = 'You aren''t wearing underwear, and your bare pussy is rubbing against your clothing.'
|
|
@@ -433,7 +433,7 @@ elseif $pantyworntype = 'exhibitionist' and $clothingworntype ! 'swimwear' and $
|
|
|
$stat_panty_msg = 'You feel liberated as your ass, clearly visible through your panties, flashes from under your short skirt.'
|
|
|
$stat_panty_text = '<BR><font color=#0064FF><<$stat_panty_msg>></font>'
|
|
|
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_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 = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
end
|
|
|
end
|
|
@@ -444,9 +444,9 @@ $stat_clothes_text = ''
|
|
|
if $clothingworntype = 'nude':
|
|
|
if $pantyworntype = 'exhibitionist':
|
|
|
if $braworntype = 'none':
|
|
|
- $stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your see-through panties and your boobs sway invitingly as you walk.</font>'
|
|
|
+ $stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your see-through panties, and your boobs sway invitingly as you walk.</font>'
|
|
|
$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.'
|
|
|
+ $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 = '<BR><font color = #AB052A>You are only wearing your see-through underwear.</font>'
|
|
|
$stat_clothes_tooltip = 'You are wearing your see-through underwear.'
|
|
@@ -458,9 +458,9 @@ if $clothingworntype = 'nude':
|
|
|
end
|
|
|
elseif $pantyworntype ! 'none':
|
|
|
if $braworntype = 'none':
|
|
|
- $stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your panties and your boobs sway invitingly as you walk.</font>'
|
|
|
+ $stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your panties, and your boobs sway invitingly as you walk.</font>'
|
|
|
$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.'
|
|
|
+ $stat_clothes_msg = 'You are only wearing your panties, and your boobs sway invitingly as you walk.'
|
|
|
elseif $braworntype = 'exhibitionist':
|
|
|
$stat_clothes_text = '<BR><font color = #AB052A>You are only wearing your see-through bra and panties.</font>'
|
|
|
$stat_clothes_tooltip = 'You are wearing your see-through bra and panties.'
|
|
@@ -481,17 +481,17 @@ if $clothingworntype = 'nude':
|
|
|
$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 = '<BR><b><font color = orange>You are completely naked, you''re not too comfortable with nudity but it is a little exciting.</font></b>'
|
|
|
+ $stat_clothes_text = '<BR><b><font color = orange>You are completely naked. You''re not too comfortable with nudity but it is a little exciting.</font></b>'
|
|
|
$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.'
|
|
|
+ $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 = '<BR><b><font color=#0064FF>You are completely naked, which is far better than having to wear clothes.</font></b>'
|
|
|
$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 = '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
|
|
|
+ $stat_clothes_text = '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting, and you feel tingly inside.</font></b>'
|
|
|
$stat_clothes_tooltip = 'It''s exciting to be naked.'
|
|
|
- $stat_clothes_msg = 'You are completely naked. It''s exciting and you feel tingly inside.'
|
|
|
+ $stat_clothes_msg = 'You are completely naked. It''s exciting, and you feel tingly inside.'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -622,7 +622,7 @@ elseif PCloStyle2 = 4:
|
|
|
end
|
|
|
elseif $clothingworntype = 'misc_outfits' and clothingwornnumber = '1':
|
|
|
$stat_clothes_text = '<BR><b><font color = "yellow">You are wearing an old hessian sack the hunters gave you.</font></b>'
|
|
|
- $stat_clothes_tooltip = 'You''re wearing an hessian sack.'
|
|
|
+ $stat_clothes_tooltip = 'You''re wearing a hessian sack.'
|
|
|
$stat_clothes_msg = 'You are wearing an old hessian sack the hunters gave you.'
|
|
|
$stat_clothes_style = 'clothes'
|
|
|
else
|
|
@@ -804,7 +804,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if mood_trauma > 0:
|
|
|
mood_max_calc = max(10, mood_max)
|
|
|
- $stat_trauma_msg = 'Recent events lower your maximum mood to <<mood_max_calc>>.'
|
|
|
+ $stat_trauma_msg = 'Recent events have lowered your maximum mood to <<mood_max_calc>>.'
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_trauma_msg"><img title="<<$stat_trauma_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/mood_6.png"></a></td>'
|
|
|
killvar 'mood_max_calc'
|
|
|
end
|
|
@@ -828,7 +828,7 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
|
|
|
if pcs_horny > 90:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You can not stop thinking about sex, you are soaked between your legs from your juices.''"><img title="You can not stop thinking about sex." height = <<set_siconht>> src="images/system/icon/status_icons/arousal_high.png"></a></td>'
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You can not stop thinking about sex. You are soaked between your legs from your juices.''"><img title="You can not stop thinking about sex." height = <<set_siconht>> src="images/system/icon/status_icons/arousal_high.png"></a></td>'
|
|
|
elseif pcs_horny > 60:
|
|
|
$statusIconBarTab += '<td><a href="exec:msg ''You are a little nervous, feeling itchy between your legs from arousal.''"><img title="You are feeling aroused." height = <<set_siconht>> src="images/system/icon/status_icons/arousal_med.png"></a></td>'
|
|
|
elseif pcs_horny > 30:
|
|
@@ -959,7 +959,7 @@ if cheatStatusIcons = 0:
|
|
|
$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.'
|
|
|
+ $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
|
|
@@ -978,7 +978,7 @@ if cheatStatusIcons = 0:
|
|
|
if Triper > 2:
|
|
|
stat_STD_count += 1
|
|
|
if stat_STD_count > 1: $stat_STD_msg += '<br>'
|
|
|
- $stat_STD_msg += 'It stings, when you''re urinating. You have gonorrhea.'
|
|
|
+ $stat_STD_msg += 'It stings when you''re urinating. You have gonorrhea.'
|
|
|
end
|
|
|
if Kandidoz > 30:
|
|
|
stat_STD_count += 1
|
|
@@ -1099,7 +1099,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if mentats_dose >= 1: $statusIconBarTab += '<td><a href="exec:msg ''You feel sharp and focused.''"><img title="You feel sharp and focused." height = <<set_siconht>> src="images/system/icon/status_icons/drugs.png"></a></td>'
|
|
|
|
|
|
- if aphrodisiac_timer > 0: $statusIconBarTab +='<td><a href="exec:msg ''You are feeling hot and every move causes your groin to tingle.''"><img title="You are feeling hot." height = <<set_siconht>> src="images/system/icon/status_icons/aphro_gum.png"></a></td>'
|
|
|
+ if aphrodisiac_timer > 0: $statusIconBarTab +='<td><a href="exec:msg ''You are feeling hot, and every move causes your groin to tingle.''"><img title="You are feeling hot." height = <<set_siconht>> src="images/system/icon/status_icons/aphro_gum.png"></a></td>'
|
|
|
|
|
|
if $stat_frost_msg ! '': $statusIconBarTab += '<td><a href="exec:msg $stat_frost_msg"><img title="<<$stat_frost_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/hypothermia.png"></a></td>'
|
|
|
|
|
@@ -1109,7 +1109,7 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if bcream_used = 1: $statusIconBarTab += '<td><a href="exec:msg ''Your breasts feel hot and tingly.''"><img title="Your breasts feel hot and tingly." height = <<set_siconht>> src="images/system/icon/status_icons/breast_cream.png"></a></td>'
|
|
|
|
|
|
- if cumcondslip > 0: $statusIconBarTab += '<td><a href="exec:msg ''You feel sick and you are wondering about the used condom you never found. Maybe those two things are related?''"><img title="You feel sick. Click to find out more." height = <<set_siconht>> src="images/system/icon/status_icons/stuck_condom.png"></a></td>'
|
|
|
+ if cumcondslip > 0: $statusIconBarTab += '<td><a href="exec:msg ''You feel sick, and you are wondering about the used condom you never found. Maybe those two things are related?''"><img title="You feel sick. Click to find out more." height = <<set_siconht>> src="images/system/icon/status_icons/stuck_condom.png"></a></td>'
|
|
|
|
|
|
if $stat_writing_msg ! '': $statusIconBarTab += '<td><a href="exec:msg $stat_writing_msg"><img title="<<$stat_writing_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/body_writing.png"></a></td>'
|
|
|
|
|
@@ -1490,7 +1490,7 @@ if enable_extra_msg = 1:
|
|
|
if $pcs_mood ! '': $stat_msg += '<BR><font color="green"><b><<$pcs_mood>></b></font>'
|
|
|
if mentats_dose >= 1: $stat_msg += '<BR><font color = green>You feel sharp and focused.</font>'
|
|
|
if bcream_used = 1: $stat_msg += '<BR><font color = #DB7093>Your breasts are feeling hot and tingly.</font>'
|
|
|
- if aphrodisiac_timer > 0: $stat_msg += '<BR><font color = #DB7093>You are feeling hot and every move causes your groin to tingle.</font>'
|
|
|
+ if aphrodisiac_timer > 0: $stat_msg += '<BR><font color = #DB7093>You are feeling hot, and every move causes your groin to tingle.</font>'
|
|
|
|
|
|
if cheatNoEat = 0 and $stat_hunger_msg ! '' and pcs_energy < 5:
|
|
|
$stat_msg += '<BR><font color="red"><b><<$stat_hunger_msg>></b></font>'
|
|
@@ -1528,9 +1528,9 @@ if enable_extra_msg = 1:
|
|
|
elseif pcs_horny < 90 and $pantyworntype = 'none':
|
|
|
$stat_msg += '<BR><font color = #DB7093>You are a little nervous, feeling nice between your legs <a href="exec:view''images/pc/body/pussy/aroused/none_low.jpg''">itchy</a> from arousal.</font>'
|
|
|
elseif $pantyworntype ! 'none':
|
|
|
- $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/pc/body/pussy/aroused/panties_high.jpg''">soaked</a> from your juices.</font>'
|
|
|
+ $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex. Between your legs, you are <a href="exec:view''images/pc/body/pussy/aroused/panties_high.jpg''">soaked</a> from your juices.</font>'
|
|
|
else
|
|
|
- $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/pc/body/pussy/aroused/none_high.jpg''">soaked</a> from your juices.</font>'
|
|
|
+ $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex. Between your legs, you are <a href="exec:view''images/pc/body/pussy/aroused/none_high.jpg''">soaked</a> from your juices.</font>'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1588,7 +1588,7 @@ if enable_extra_msg = 1:
|
|
|
elseif Gerpes >= 5 and GenHerpes =1:
|
|
|
$stat_msg += '<BR><b><font color="red">Your vagina is red and very itchy. You have genital herpes.</font></b>'
|
|
|
elseif Gerpes >= 3 and Orerpes = 1:
|
|
|
- $stat_msg += '<BR><b><font color="red">You have cold Sores on your lips. You have oral herpes.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">You have cold sores on your lips. You have oral herpes.</font></b>'
|
|
|
end
|
|
|
if Gerpes >= 20 and GenHerpes =1:$stat_msg += '<BR> <b><font color="red">The herpes sores also cover your ass.</font></b>'
|
|
|
if Sifilis >= 50:
|
|
@@ -1643,9 +1643,9 @@ end
|
|
|
if fingal > 0:$stat_msg += '<BR><b><font color="red">You have a black eye.</font></b>'
|
|
|
|
|
|
if mosol >= 50:
|
|
|
- $stat_msg += '<BR><b><font color="red">Your pussy itches a great deal and is affecting your mood, you should use some cream or stop wearing pants without underwear.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">Your pussy itches a great deal and is affecting your mood. You should use some cream or stop wearing pants without underwear.</font></b>'
|
|
|
elseif mosol >= 30:
|
|
|
- $stat_msg += '<BR><b><font color="red">Your pussy feels a little itchy, it seems to be from rubbing against your clothing.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">Your pussy feels a little itchy. It seems to be from rubbing against your clothing.</font></b>'
|
|
|
end
|
|
|
|
|
|
if $pantyworntype ! 'none' and clit_size >= 25: $stat_msg += '<BR><font color = #FF1493>Your panties keep rubbing against your clit and making you horny.</font>'
|
|
@@ -1673,12 +1673,12 @@ if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and (npc_QW['A33'] =
|
|
|
if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and sisboytrioQW = 1:$stat_msg += '<BR>' & $stat_msg += '<BR>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 += '<BR>At 14:00 your school''s New Year''s party will start.'
|
|
|
+ $stat_msg += '<BR>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 += '<BR><b>Go to the residential area between 15:00 and 18:00 to go to Dimka''s New Year party.</b>'
|
|
|
end
|
|
|
-if StoryLine = 1 and gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Meet Lena and Lera at the apartment garages at eight</b>'
|
|
|
-if StoryLine = 1 and nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Join nerds at the community center at eight</b>'
|
|
|
+if StoryLine = 1 and gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Meet Lena and Lera at the apartment garages at eight.</b>'
|
|
|
+if StoryLine = 1 and nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Join nerds at the community center at eight.</b>'
|
|
|
|
|
|
!!--------------- Storyline = 1 Events (End) ------------------------
|
|
|
|
|
@@ -1692,7 +1692,7 @@ end
|
|
|
|
|
|
if $nichStatMsg ! '': $stat_msg += '<br><b><<$nichStatMsg>></b>'
|
|
|
|
|
|
-if npc_QW['A113'] = 1: $stat_msg += '<br>You owe Vadim Bely <<belgangpay>> <b><b>₽</b></b> and you need to pay him <<belgangpayweek>> <b>₽</b></b> this week.'
|
|
|
+if npc_QW['A113'] = 1: $stat_msg += '<br>You owe Vadim Bely <<belgangpay>> <b><b>₽</b></b>, and you need to pay him <<belgangpayweek>> <b>₽</b></b> this week.'
|
|
|
|
|
|
!!------------------ Things without an icon (End) -------------------
|
|
|
|
|
@@ -1701,7 +1701,7 @@ if display_bb = 1:
|
|
|
if boletus + boletus_cooked + bilberry > 0:
|
|
|
$stat_msg += '<br> '
|
|
|
if boletus + boletus_cooked + bilberry >= 5:
|
|
|
- $stat_msg +='<br><font color = Olive>Your basket is full and you cannot carry more. </font> '
|
|
|
+ $stat_msg +='<br><font color = Olive>Your basket is full, and you cannot carry more. </font> '
|
|
|
else
|
|
|
$stat_msg +='<br><font color = Olive>Your basket is partially full. </font>'
|
|
|
end
|
|
@@ -1900,7 +1900,7 @@ if enable_extra_msg = 1:
|
|
|
elseif young_shop_work1 = 1 and hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
$stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
elseif young_shop_work1 = 1 and (hour = 7 or hour = 8) and week >= 6:
|
|
|
- $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">By 9:00, you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
end
|
|
|
|
|
|
if young_shop_work2 = 1 and hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
@@ -1908,13 +1908,13 @@ if enable_extra_msg = 1:
|
|
|
elseif young_shop_work2 = 1 and hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
$stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
elseif young_shop_work2 = 1 and (hour = 7 or hour = 8) and week < 6:
|
|
|
- $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">By 9:00, you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
end
|
|
|
|
|
|
if workrin = 1 and (week = 2 or week = 4 or week = 6) and hour > 5 and hour < 8:
|
|
|
- $stat_msg += '<BR><b><font color="red">At 8 o''clock you start work on the market.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">At 8 o''clock, you start work in the market.</font></b>'
|
|
|
elseif workrin = 1 and (week = 2 or week = 4 or week = 6) and hour = 8:
|
|
|
- $stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
|
|
|
+ $stat_msg += '<BR><b><font color="red">You need to work in the market now.</font></b>'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -1977,7 +1977,7 @@ if enable_extra_msg = 1:
|
|
|
if hour < 20 and week => 1 and week <= 5 and age < 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 16:00.</font></b>'
|
|
|
if hour < 16 and week => 1 and week <= 5 and age >= 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 8:00.</font></b>'
|
|
|
if hour < 16 and week > 1 and week <= 5 and workhosp = 1:$stat_msg += '<BR><b><font color="red">You work as a nurse in the city residential area clinic. Your shift starts at 8:00.</font></b>'
|
|
|
- if hour < 10 and worksalon = 1 and (week = 1 or week = 3 or week = 5):$stat_msg += '<BR><b><font color = red>Today you have work as masseuse in beauty salon. Shift starts at 9:00.</font></b>'
|
|
|
+ if hour < 10 and worksalon = 1 and (week = 1 or week = 3 or week = 5):$stat_msg += '<BR><b><font color = red>Today you have work as masseuse in the beauty salon. Shift starts at 9:00.</font></b>'
|
|
|
if leonidVisit = 1 and hour < 21 and hour > 6: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
|
|
|
|
|
|
if hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 1 and missCum >= timeTresh:
|