Page 1 of 1

Changing cps speed per character

Posted: Tue Dec 02, 2014 11:28 pm
by meiri
Is it possible to specify different cps speeds (the rolling text speed, characters per second) through a parameter in Character()? (Or any other method, really)!

I tried doing something like

Code: Select all

define girl = Character("Girl", cps_speed=90)
but that didn't seem to work.

Re: Changing cps speed per character

Posted: Tue Dec 02, 2014 11:30 pm
by philat
You're looking for what_slow_speed = 90

Re: Changing cps speed per character

Posted: Thu Dec 04, 2014 11:31 pm
by meiri
philat wrote:You're looking for what_slow_speed = 90

Thanks, thats exactly what I had in mind!