From 92627c6f06aa863a02b478e3f843ca5b66043ef0 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sat, 17 Nov 2018 15:11:11 +1100 Subject: [PATCH] Add replay voice line feature by pressing TAB key (#81) --- 0.utf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.utf b/0.utf index dd7c7ab..6d21c9e 100644 --- a/0.utf +++ b/0.utf @@ -357544,7 +357544,7 @@ saveoff delay 100 ;デバック用(ファンクションキーに機能を追加) - +gettab textbtnwait %BtnRes btndef clear @@ -357552,7 +357552,7 @@ if %BtnRes = 0 goto *Text_cw_next if %BtnRes = -3 goto *Text_cw_next if %BtnRes = -11 goto *Text_cw_next if %BtnRes = -19 goto *Text_cw_next - +if %BtnRes = -20 savegame 15 : loadgame 15 if %BtnRes = -1 && %rmordflg = 0 gosub *text_cw_rclk : btndef clear : goto *Text_cw if %BtnRes = -2 gosub *text_cw_lookback : btndef clear : goto *Text_cw