Manipulating {{end}} sequencer at Continue()
Posted: Mon Nov 26, 2018 11:00 pm
Hi, basically my code in the dialogue system is
Continue()@{{end}} it works but there's a slight pause at the end of the sentence until it automatically moves to the next dialogue. Someone will butt in the middle of the conversation so it must continue instantly.
So I tried subtracting the value of {{end}}
basically
Continue@[var={{end}}-1] (something like this)... but it doesn't work and gives a warning error. (I just guessed this code can't find in the documentation on how to actually do this)
Dialogue System: Syntax error 'Can't convert nil to a number' at column 15 row 1 parsing: Continue()@nil
as of right now I hardcoded the value to a constant number but I feel like it's bad practice so I want to use {[end}} as the foundation for my timer.
Continue()@{{end}} it works but there's a slight pause at the end of the sentence until it automatically moves to the next dialogue. Someone will butt in the middle of the conversation so it must continue instantly.
So I tried subtracting the value of {{end}}
basically
Continue@[var={{end}}-1] (something like this)... but it doesn't work and gives a warning error. (I just guessed this code can't find in the documentation on how to actually do this)
Dialogue System: Syntax error 'Can't convert nil to a number' at column 15 row 1 parsing: Continue()@nil
as of right now I hardcoded the value to a constant number but I feel like it's bad practice so I want to use {[end}} as the foundation for my timer.