08-05-2012, 07:13 PM
I'm stuck at work, so I don't have RMXP with me (let alone her UMS which I use...)
Have you tried this???
I found part of an older v 1.2 help file for Ccoa's UMS, so the in-text command is probably still there. Without testing, I figure that \ws[1] would show the text fast while \ws[10] could show the text slowly. I doubt that \ws[0] would work, but don't quote me on that.
Then again... I did say I grabbed this from version 1.2 as well.
EDIT: Um, I found nothing wrong with the UMS command. How did you use the command because I got it to work.
Have you tried this???
Code:
\ws[i] - change the write speed to i
I found part of an older v 1.2 help file for Ccoa's UMS, so the in-text command is probably still there. Without testing, I figure that \ws[1] would show the text fast while \ws[10] could show the text slowly. I doubt that \ws[0] would work, but don't quote me on that.
Then again... I did say I grabbed this from version 1.2 as well.
EDIT: Um, I found nothing wrong with the UMS command. How did you use the command because I got it to work.
Code:
@>Script: $game_system.text_mode = WRITE_ALL
@>Text: This should show up in a flash.
@>Script: $game_system.text_mode = ONE_LETTER_AT_A_TIME
@>Text: And now back to normal.