Original Source
- Original title: Trick for larger script box
- Original author: takashi1kun
- Original date: July 7, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/trick-for-larger-script-box.64950/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Learning Javascript
Summary
Kay i discover a trick to have a endless script box space, i know it is made for amll things, but sometimes you can have a piece of code that is too small to have the annoyance of make a plugin only to that, soo, there is the solution, a unlimited script box. This trick doesn't actually makes the script box bigger, but if you look, the script box have limited lines, but each line is infinite and, the js can be readed in one line by the interpreter, soo,...
Archived First Post
This trick doesn't actually makes the script box bigger, but if you look, the script box have limited lines, but each line is infinite and, the js can be readed in one line by the interpreter, soo, you actually only have to use one line but... How i make all in one line, its more annoying, and there is the solution:
http://jscompress.com/
You paste the code from your notepad in jscompress
Protected download
Then press the compress js button and
there is the result:
Protected download
you can see its 4 lines but in really this is for word warping effect, actually its one line you can copy and paste and....
NOW ITS ONE LINE, and sience the script box allow a infinite line lenght, you now don't need to worry about it
:v
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...

