kansen-4/Kansen4_patch/e0030_v.ks
2023-12-30 00:52:32 -06:00

34 lines
1,002 B
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.

*E0030_V
;//●合流B
;//★_山奥の学園 保健室 夕方 bg30b.bmp
[bg storage="bg30b"][trans_c circle time=1000]
;//♪_BGM無音
;//システムアイコン表示&メッセージウィンドウ表示
[sysbt_meswin]
*3691|
[fc]
[ns]大介[nse]
「ん……」[pcms]
*3692|
[fc]
どのくらい眠ったのだろうか? 何かの気配を感じて、保健室の[r]
ベッドの上で目を覚ますと、梢がなんだか心配そうな顔で、[r]
俺を覗き込んでいた。[pcms]
;//----------------------------------------------------------
;//※条件分岐
;//E0030ma_A2が成立→E0040へジャンプ
;//E0030ab_B2が成立→E0050へジャンプ
;//E0030nt_C2が成立→E0060へジャンプ
;//E0030ma_A2、E0030ab_B2、E0030nt_C2のいずれも成立していない →E0070へジャンプ
[if exp="f.l_E0030ma_A2 == 1"][jump storage="E0040.ks" target=*E0040][endif]
[if exp="f.l_E0030ab_B2 == 1"][jump storage="E0050.ks" target=*E0050][endif]
[if exp="f.l_E0030nt_C2 == 1"][jump storage="E0060.ks" target=*E0060][endif]
[jump storage="E0070.ks" target=*E0070_TOP]
;//----------------------------------------------------------