kansen-4/Kansen4_patch/a0090_j.ks
2023-12-30 00:47:07 -06:00

86 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.

*A0090_J
;//♂:プロットとフローでラベルが反対。フローに合わせる
;//●ラベルB(選択肢)
;//★_コテージ外部 朝・昼 bg16a.bmp
[bg storage="bg16a"][trans_c cross time=500]
*3204|
[fc]
Girls came out of the cottage.[pcms]
*3205|
[fc]
Makoto was holding a frisbee and waved it at me. Kozue, for some[r]
reason, had changed into a swimsuit and was approaching with a light[r]
step. Masaka-san quietly closed the door of the cottage with a book in[r]
hand.[pcms]
*3206|
[fc]
I had assumed that everyone had gone back to sleep just like Shou-kun,[r]
but it seems they each had things they wanted to do.[pcms]
*3207|
[fc]
Anyway, it would probably be more fun to hang out with someone than to[r]
take a walk alone...[pcms]
;//----------------------------------------------------------
;//@選択肢発生
;//1.真坂さんのそばに→ ラベルAへ
;//2.梢の水遊びにつき合う→ ラベルCへ
;//3.マコトとフリスビー→ ラベルDへ
; [link storage="A0090_I.ks" target=*A0090_I]真坂さんのそばに[endlink]
; [link storage="A0090_K.ks" target=*A0090_K]梢の水遊びにつき合う[endlink]
; (link storage="A0090_L.ks" target=*A0090_L)Play with[r]
Makoto(endlink)[pcms]
*SEL04|真坂さんのそばに/梢の水遊びにつき合う/マコトと遊ぶ
[fc]
[pcms_sel]
[eval exp="f.seltext02 = 'By Ms Masaka\'s side'"]
[eval exp="f.seltext04 = 'Accompany Kozue in playing with water'"]
[eval exp="f.seltext06 = 'Play with Makoto'"]
[if exp="tf.sys_sub == 0 || tf.選択肢ログ表示してね == 1"]
;選択肢内容をバックログに表記。改行コード必須。
[sel_hisout txt="&f.seltext02"][hr]
[sel_hisout txt="&f.seltext04"][hr]
[sel_hisout txt="&f.seltext06"][hr]
[endif]
[hr]
[履歴出力復帰]
;選択肢ベース
[selbase]
;文字の左マージン
;[eval exp="sf.seltext2_x = 250"]
;[eval exp="sf.seltext4_x = 250"]
;[eval exp="sf.seltext6_x = 250"]
[sel02 target=*SEL04_1]
[sel04 target=*SEL04_2]
[sel06 target=*SEL04_3]
[s]
;選択肢後の処理しときたいからここに飛ばしてから実際のjump先へ
;-------------------------------------------------------------------------------
*SEL04_1|&f.seltext02
[sel_hisout txt="&f.seltext02"][hr][fc][selbt_clear]
[jump storage="A0090_I.ks" target=*A0090_I]
;-------------------------------------------------------------------------------
*SEL04_2|&f.seltext04
[sel_hisout txt="&f.seltext04"][hr][fc][selbt_clear]
[jump storage="A0090_K.ks" target=*A0090_K]
;-------------------------------------------------------------------------------
*SEL04_3|&f.seltext06
[sel_hisout txt="&f.seltext06"][hr][fc][selbt_clear]
[jump storage="A0090_L.ks" target=*A0090_L]
;//----------------------------------------------------------