Skip to content

Commit

Permalink
Add replay voice line feature by pressing TAB key (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Dec 7, 2020
1 parent 8be1789 commit 92627c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0.utf
Original file line number Diff line number Diff line change
Expand Up @@ -357544,15 +357544,15 @@ saveoff
delay 100

;デバック用(ファンクションキーに機能を追加)

gettab
textbtnwait %BtnRes

btndef clear
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

Expand Down

0 comments on commit 92627c6

Please sign in to comment.