Words Script Plugin

Suggestion regarding "Words" script Continue from clipboard on release, until unset. With anything more than 3-4 words you run out of space and have to reposition the controllers which results in releasing the trigger button. Upon continuation it starts over
2 Replies
AncientWorlds
AncientWorlds•3mo ago
Words Script Suggestion
andybak
andybak•3w ago
Sounds pretty easy. Why don't you give it a go? 😉 Might be enough to remove letterCount = 0 and add it to a new Start function:
function Start()
letterCount = 0
end
function Start()
letterCount = 0
end
that would mean the current letter was only reset once when you activated the script - instead of every time you pull the trigger