Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: EpicMcDude on April 14, 2021, 06:48:39 AM

Title: String Typewriter Advanced - set a delay after completed string.
Post by: EpicMcDude on April 14, 2021, 06:48:39 AM
Hi everyone,

This is my first custom action, I don't know anything about C# but this one works!

I wanted to appropriate the "delay" variable from another action into this String Typewriter action, so that the user can setup a delay for the player to finish reading the sentence, instead of relying on the pause multiplier.

So this just checks if the string is completed, and if so, then the delay kicks in before sending a finished event.
Title: Re: String Typewriter Advanced - set a delay after completed string.
Post by: Fat Pug Studio on April 21, 2021, 01:51:26 PM
Nice idea, thanks for this one.