|
@@ -715,7 +715,7 @@ if $ARGS[0] = 'katja':
|
|
|
gs 'gschool_coolkid_chats', 'katja_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Katja," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'katja_tampon'
|
|
@@ -959,7 +959,7 @@ if $ARGS[0] = 'bella':
|
|
|
gs 'gschool_coolkid_chats', 'bella_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Bella," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'bella_tampon'
|
|
@@ -1189,7 +1189,7 @@ if $ARGS[0] = 'lizaveta':
|
|
|
gs 'gschool_coolkid_chats', 'lizaveta_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Lizaveta," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'lizaveta_tampon'
|
|
@@ -1591,7 +1591,7 @@ if $ARGS[0] = 'vicky':
|
|
|
gs 'gschool_coolkid_chats', 'vicky_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Vicky," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'vicky_tampon'
|
|
@@ -1701,7 +1701,7 @@ if $ARGS[0] = 'stasya':
|
|
|
gs 'gschool_coolkid_chats', 'stasya_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Stasya," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'stasya_tampon'
|
|
@@ -1857,7 +1857,7 @@ if $ARGS[0] = 'irina':
|
|
|
gs 'gschool_coolkid_chats', 'irina_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Irina," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'irina_tampon'
|
|
@@ -2023,7 +2023,7 @@ if $ARGS[0] = 'sonia':
|
|
|
gs 'gschool_coolkid_chats', 'sonia_tampon'
|
|
|
end
|
|
|
end
|
|
|
- elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
+ elseif placebopart > 0 and LutH > 0 and knowpreg = 0 and isprok = 0 and isprokp = 0:
|
|
|
act'Ask for a tampon':
|
|
|
$temp['tampon_ask'] = '"Sonia," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"'
|
|
|
gs 'gschool_coolkid_chats', 'sonia_tampon'
|
|
@@ -2040,7 +2040,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'sonia_tampon':
|
|
|
cla & *clr
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big139.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big25.jpg"></center>'
|
|
|
'<<$temp[''tampon_ask'']>>'
|
|
|
if $temp['tampon_ask'] = '"Sonia," you whisper. "My period just started and I don''t have a tampon, can I borrow one?"' or $temp['tampon_ask'] = '"Sonia," you whisper. "My period is starting soon and I don''t have a tampon. Can I borrow one?"':
|
|
|
if npc_rel['A25'] >= 70:
|