UTA_MessageSkip - 2016.02.17 (Version: 1.00)
Creator name: T.Akatsuki
Overview
It's possible to skip texts by pressing a specific key.
Features
- Skip texts can be set with any key from Input.keyMapper (reference: rpg_core.js)
- Show Trace [true|false] set whether to issue a trace for debugging
- no plugin command
It'll stop if it reaches to the choice window.
Note: by default, skip key = control (Ctrl)
Reference
Code: Input.keyMapper = { 9: 'tab', // tab 13: 'ok', // enter 16: 'shift', // shift 17: 'control', // control 18: 'control', // alt 27: 'escape', // escape 32: 'ok', // space 33: 'pageup', // pageup 34: 'pagedown', // pagedown 37: 'left', // left arrow 38: 'up', // up arrow 39: 'right', // right arrow 40: 'down', // down arrow 45: 'escape', // insert 81: 'pageup', // Q 87: 'pagedown', // W 88: 'escape', // X 90: 'ok', // Z 96: 'escape', // numpad 0 98: 'down', // numpad 2 100: 'left', // numpad 4 102: 'right', // numpad 6 104: 'up', // numpad 8 120: 'debug' // F9 }; 复制代码
No Skip
Skipped
Texts from
The Road Not Taken by Robert Frost
Credit and Thanks: T.Akatsuki
Terms of Use- Free for commercial and non-commercial use.
License - MIT License:
http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Dropbox link:
https://www.dropbox.com/s/wjf4lk80q6jrgid/UTA_MessageSkip.js?dl=1
本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/uta_messageskip.86657/