How do I get nth character from string?
e.g.
if
nthCharacterFromString(Dialogue.text [Text] ,Len(Dialogue.text)-1 [Index to get character from] )
≠
" " [Space or nothing]
Play sound blah blah
Develop games in your browser. Powerful, performant & highly capable.
System compare two values
mid(text, index, 1) not equal " "