kansen-3/Kansen3_patch/t70000.ks
2023-12-22 09:06:39 -06:00

63 lines
2.5 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;//T70000
*T70000_TOP
;//---------------------------------------------------------------
;//▲フラグ判定
;//1:悠帆と漣が生存しているかどうか。
;//2:マル子とSEXしている。
;//3:夕方に連と過ごした
;//4:夕方に悠帆と過ごし、ケンカしていない
;//5:夕方に悠帆と過ごし、ケンカしている
;//まず生存判定で分岐させる
[if exp="f.l_dead_y == 1 && f.l_alive_y == 0 && f.l_dead_r == 0"][jump storage="T70000.ks" target=*B][endif]
[if exp="f.l_dead_y == 0 && f.l_alive_y == 1 && f.l_dead_r == 0"][jump storage="T70000.ks" target=*B][endif]
[if exp="f.l_dead_y == 0 && f.l_alive_y == 0 && f.l_dead_r == 1"][jump storage="T70000.ks" target=*C][endif]
[if exp="f.l_dead_y == 0 && f.l_alive_y == 0 && f.l_dead_r == 0"][jump storage="T70000.ks" target=*A][endif]
;mm フェイルセーフ
[jump target=*D]
*A
;//サブ条件に基づきさらに分解
;//●二人とも生存。かつ、マル子とSEXしている。
;// →blockT70010
[if exp="f.l_meets_y == 0 && f.l_kenka == 0 && f.l_nozoki == 1 && f.l_sex_m == 1 && f.l_meets_r == 0"][jump storage="T70010.ks" target=*T70010_TOP][endif]
;//●二人とも生存。かつ、夕方に漣と過ごし恋話をした。
;// →blockT70020
[if exp="f.l_meets_y == 0 && f.l_kenka == 0 && f.l_nozoki == 0 && f.l_sex_m == 0 && f.l_meets_r == 1"][jump storage="T70020.ks" target=*T70020_TOP][endif]
;//●二人とも生存。かつ、夕方に悠帆と過ごし、ケンカしていない。
;// マル子のオナニーを見て逃げた漣と過ごしてblock:Aを通過した
;// →blockT70060
[if exp="f.l_meets_y == 1 && f.l_kenka == 0 && f.l_nozoki == 0 && f.l_sex_m == 0 && f.l_meets_r == 0"][jump storage="T70060.ks" target=*T70060_TOP][endif]
;//●二人とも生存。かつ、夕方に悠帆と過ごし、ケンカしている
;// →blockT70120
[if exp="f.l_meets_y == 1 && f.l_kenka == 1 && f.l_nozoki == 0 && f.l_sex_m == 0 && f.l_meets_r == 0"][jump storage="T70120.ks" target=*T70120_TOP][endif]
;//誰とも盛り上がらなかった場合は悠帆ルート確定
[if exp="f.l_meets_y == 0 && f.l_kenka == 0 && f.l_nozoki == 0 && f.l_sex_m == 0 && f.l_meets_r == 0"][jump storage="T70060.ks" target=*T70060_TOP][endif]
[if exp="f.l_meets_y == 0 && f.l_kenka == 0 && f.l_nozoki == 1 && f.l_sex_m == 0 && f.l_meets_r == 0"][jump storage="T70060.ks" target=*T70060_TOP][endif]
*B
;//●悠帆のみ死亡。または悠帆感染別離。
;// →blockT70130
[jump storage="T70130.ks" target=*T70130_TOP]
*C
;//●漣のみ死亡。
;// →blockT70140
[jump storage="T70140.ks" target=*T70140_TOP]
;//●endフラグ成立かどうか
;// →T70200から。
;//削除
;//---------------------------------------------------------------
*D
[returntitle][s]