John Key Posted July 29, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Share Posted July 29, 2012 (edited) hello all ! how are you ? How do I control the speed of talk with npc?.. Slow - Normal - Fast.. -- I mean when you press button "Next" .. Edited July 29, 2012 by John Key Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 29, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 29, 2012 You could use "sleep2" between lines, but you can't control the speed within individual "mes" commands. Quote Link to comment Share on other sites More sharing options...
John Key Posted July 29, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Author Share Posted July 29, 2012 How do I use "sleep2" ? Can you give me an example? up up ! Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 29, 2012 mes "Wait 1 Seconds."; sleep2 1000; next; mes "Wait 5 Seconds."; sleep2 5000; mes "Done."; close; Quote Link to comment Share on other sites More sharing options...
John Key Posted July 29, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Author Share Posted July 29, 2012 (edited) Can I convert all npc's to speed2 ? thanks !! .. Edited July 29, 2012 by John Key Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted July 29, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted July 29, 2012 Can I convert all npc's to speed2 ? thanks !! .. Yes, you can. But no one is gonna go through all the scripts and add sleep2 after every mes... But maybe it can be coded into the source to add sleep2 after every mes? Quote Link to comment Share on other sites More sharing options...
John Key Posted July 30, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Author Share Posted July 30, 2012 Can I add "speed2" to every npc at the same time? Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 30, 2012 no.you have to add in all manually or edit your src code. Quote Link to comment Share on other sites More sharing options...
Question
John Key
hello all !
how are you ?
How do I control the speed of talk with npc?..
Slow - Normal - Fast..
--
I mean when you press button "Next"
..
Edited by John KeyLink to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.