;// 全シナリオでの共通処理スクリプト *save @save_menu *load @load_menu *save 0 @game_save slot=0 *save 1 @game_save slot=1 *save 2 @game_save slot=2 *save 3 @game_save slot=3 *save 4 @game_save slot=4 *save 5 @game_save slot=5 *save 6 @game_save slot=6 *save 7 @game_save slot=7 *save 8 @game_save slot=8 *save 9 @game_save slot=9 *load 0 @game_load slot=0 *load 1 @game_load slot=1 *load 2 @game_load slot=2 *load 3 @game_load slot=3 *load 4 @game_load slot=4 *load 5 @game_load slot=5 *load 6 @game_load slot=6 *load 7 @game_load slot=7 *load 8 @game_load slot=8 *load 9 @game_load slot=9 ;*remember ;*inventory ;//松本追加反応ワード ―――――――――――――――――――― *nullpo *nurupo ;;ガッ gah @done *what is love Baby don't hurt me @done *jakigan ;;死にたくなかったら早く俺から離れろ!! Anyone who wishes to live should get out of your way!! @done ;*eira ; へへ、久しぶりに外に出られた。 ; とでも言えばいいのか? ;@done *eternal force blizzard *efb ;;相手は死ぬ。 Your opponent dies. @done *ionazun ;;added *magic missile ;;MPが足りない。 Insufficient MP. @done *cheat *xyzzy ;;そんなもの探すだけ無駄だ。 There are no cheat codes in this game. Don't even try looking for any of those. @done *mmr ;;な、なんだってー!! Wh-what--!? @done *neet ;;仕事はどうした? Why don't you work? @done *harowa *hellowork ;;頑張れ。 Do your best. @done *shippai *shippai shita *sippai *sippai sita ;;added *failed *I failed ;;まだ大丈夫だ。頑張れ。 You're still good. Don't give up. @done *muripo *imifu *mandokusa *moudamepo ;;もっと頑張れ。 Try harder. @done *neru ;;added *sleep ;;寝ろ。 Let's sleep. @done *format a: *format a *format b: *format b *format 0: *format 0 *format 1: *format 1 ;;そして世界は終わる。 Do that and the world will end. ;;だがまだやることがあるので、それはできない。 So don't. There's still so much you have left to do. @done *assistant *call assistant *phone ;;む? おかしいな。なぜかケータイの電波が届いていない。 Hm? That's odd. I'm not getting a signal for some reason. @done ;//―――――――――――――――――――――――――――――― ;バッジ関係 *look badge ;;added *look at badge *look pin badge *look at pin badge @if exp="f['oshmkufa2010'] == 1" @pushdraw file=cg21_h ;;『OSHMKUFA 2010』 "OSHMKUFA 2010" ;;バッジに刻まれた文字がすべて埋まった。 The badge is engraved with all the letters. ;;いよいよ最終局面だ。 You're on the last stretch. @popdraw @else @if exp="f['oshxkufa2010'] == 1" @pushdraw file=cg21_g ;;『OSH×KUFA 2010』 "OSH*KUFA 2010" ;;バッジに刻まれている文字が増えている……。 The badge's engraved letters are increasing.... ;;決戦の時は近い。 The final battle draws near. @popdraw @else @if exp="f['oshxkufx2010'] == 1" @pushdraw file=cg21_f ;;『OSH×KUF× 2010』 "OSH*KUF* 2010" ;;バッジに刻まれている文字が増えている……。 The badge's engraved letters are increasing.... ;;やはり、予想通りだ。いよいよ、“そのとき”は近付いてきているようだな。 You were right. Looks like you're getting closer. @popdraw @else @if exp="f['osxxkufx2010'] == 1" @pushdraw file=cg21_e ;;『OS××KUF× 2010』 "OS**KUF* 2010" ;;バッジに刻まれた文字がさらに増えている……。 The badge's engraved letters are increasing.... @popdraw @else @if exp="f['oxxxkufx2010'] == 1" @pushdraw file=cg21_d ;;『O×××KUF× 2010』 "O***KUF* 2010" ;;バッジに刻まれた文字がまた増えている……。 The badge's engraved letters are increasing.... ;;これは一体……。 Just what's going on...? @popdraw @else @if exp="f['oxxxkuxx2010'] == 1" @pushdraw file=cg21_c ;;『O×××KU×× 2010』 "O***KU** 2010" ;;バッジに刻まれている文字が増えている……。 The badge's engraved letters are increasing.... @popdraw @else @if exp="f['oxxxkxxx2010'] == 1" @pushdraw file=cg21_b //『O×××K××× 2010』 "O***K*** 2010" ;;む? 拾ったときと、違うぞ!? Hm? It looks different from how you found it! ;;Kの文字が追加されている。Kと言えば……桐生萌郁の頭文字だ! Now there's a K engraved into it. K... Kiryuu Moeka's initial! ;;問題は、いつ、なぜKの字が浮かび上がってきたのか、ということだ。 The problem is... just when did this K get engraved into it? ;;もしかして、このバッジは呪われたアイテムだったりするのか? Is this badge cursed? @popdraw @else @if exp="f['badge_get'] == 1" ;;ポケットの中には、ラジ館屋上で拾った、ラボメンバッジもどきをしまってある。 In your pocket is the pseudo-lab mem pin badge you picked up on Radio Kaikan's roof. @else ;;バッジ? なんの事だ? Huh? What are you talking about? @endif @endif @endif @endif @endif @endif @endif @endif @done ;//入力がどれにもマッチしなかったとき ;** ;You cannot use the command "[emb exp="tf.LastInput"]" here. ;@done ;//上記3行がコメントになってたので解除しました。そうしないと動かなかったので……。松本―― ;//@input → @done に変更