Help - Search - Members - Calendar
Full Version: Fast Writing Script change help
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
Phantom0x0
I have this script to make the words shown in the message box move faster if you hold down Space, and goes slow if you don't hold, but I can't find where in the script to switch it with the default one any help is appreciated

CODE
$Game_System.Skip_Mode = WRITE FASTER
The Law G14
Would you mind providing the script so that I could check it out?
Phantom0x0
QUOTE (The Law G14 @ Jul 1 2011, 06:08 PM) *
Would you mind providing the script so that I could check it out?


That script above is the whole thing it was in a demo showcasing how you'd make a event to change the text speed in a event I just thought it could be incorporated in a default script
The Law G14
I checked it out, and that's actually part of Ccoa's Universal Message System (UMS), which you can find here:

http://www.mundorpgmaker.com/forum/scripts...gss/ums-pedido/

Just scroll down and you should be able to find it on that website. Copy that script into a new entry of your RMXP project script list. On line 214, there should be a line that reads:
CODE
@skip_mode = WRITE_ALL


So if you want it back to default at any point in the game, use this code:

CODE
$game_system.skip_mode = false



Hope that helps smile.gif
Phantom0x0
Yah that was the name lol thanks I was a little too crappy with scripts when I saw that I must not have known what to do thanks!
The Law G14
Glad I could help! Hope it works out with your project fine smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.