Sure, I don't know if you already have a script for handling texts, but if you don't then feel free to create a new script in the script section of the editor (leave as
definition type) & add this code to it.
-- * on text display function * --
function sText(text)
text.TimeToWait = -1
text.WaitForAudio = false
end
registerEventHandler("textStarted", "sText") -- event handler for begin text
It will make it so that all texts have to be manually skipped with left mouse button.